The following behavior appears to be 100% reproducible with 1.6.0-beta2, but not with 1.5.0_06, on Windows XP.
cd $JAVA_HOME/demo/jfc/Java2D
java -cp Java2Demo.jar java2d.Java2Demo
Once the application has started, move the cursor into it and lean on the Tab key (I was testing a change to the way the demo handles focus). After a few moments, the VM crashes in RuntimeStub::resolve_virtual_call. The HotSpot error log is attached.
cd $JAVA_HOME/demo/jfc/Java2D
java -cp Java2Demo.jar java2d.Java2Demo
Once the application has started, move the cursor into it and lean on the Tab key (I was testing a change to the way the demo handles focus). After a few moments, the VM crashes in RuntimeStub::resolve_virtual_call. The HotSpot error log is attached.
- duplicates
-
JDK-6457572 JVM crashes when invoking java.awt.Desktop.getDesktop().browse()
- Resolved
- relates to
-
JDK-6463385 JVM crashes with Mustang build 96
- Closed