(Edit: oops, these results are from running this snippet as an application, not an applet; I should have read Riven’s first post more carefully, I’ll try running as an applet later)
Using the various Apple JVMs:
1.5:
A
B
1
C
1.6 beta:
A
B
1
C
Invalid memory access of location fffffff8 rip=010a19e6
#
# An unexpected Java error has been detected by HotSpot Virtual Machine.
#
# If this error is reproducible, please report it with the following information:
# 1. Provide the steps to reproduce, a test case, and any relevant information
# 2. The corresponding JavaNativeCrash_pid<num>.crash.log (Java state)
# 3. The corresponding <name>.crash.log (native state; generated by CrashReporter)
# 4. This data:
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_04-b12-45-optimized mixed mode)
# An unexpected error has been detected by Java Runtime Environment:
#
# Bus Error (0xa) at pc=0x00000001010a19e6#
# Bus Error (0xa) at pc=0x00000001010a19e6, pid=16027, tid=4300226560
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_04-b12-45-optimized mixed mode macosx-amd64)
# An error report file with more information is saved as:
# /Users/eric/Library/Logs/Java/JavaNativeCrash_pid16027.crash.log
#
#
# File report at: http://bugreport.apple.com/
#
And, for good measure, I tried with 1.4 as well:
A
B
C
1
2
Looks like things have gotten worse as the version number increases…
Out of curiosity, could someone post results with Sun JVMs?