-
Bug
-
Resolution: Fixed
-
P2
-
1.4.1
-
rc
-
x86, sparc
-
solaris_8, windows_2000
This bug is second crash found while investigating 4698522. The code for Unsafe.setObject in unsafe.cpp is missing a card mark so the scavenger can't work correctly. The fix is simply to modify Unsafe_SetObject to work pretty much like Unsafe_SetObject140. The bug was introduced as part of the work for 4616656, the rewrite of the unsafe API for 64-bit.
- relates to
-
JDK-4698522 Jython script crashes JVM on 1.4.1_beta_b14
- Resolved
-
JDK-4616656 Need a more portable way to unsafely access fields in JDk 1.4
- Closed