-
Bug
-
Resolution: Fixed
-
P3
-
1.4.1
-
12
-
sparc
-
solaris_8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2060418 | 1.4.2 | Fred Oliver | P3 | Closed | Fixed | b13 |
Normal JNI_ENTRY makes state transition from native to vm.
JNI_ENTRY_CHECKED doesn't. But there are some places in
jniCheck.cpp where oop's are used directly, where a GC
can happen to move the underlying object, and lead to a crash.
JNI_ENTRY_CHECKED doesn't. But there are some places in
jniCheck.cpp where oop's are used directly, where a GC
can happen to move the underlying object, and lead to a crash.
- backported by
-
JDK-2060418 -Xcheck:jni uses oop directly in _thread_in_native state
- Closed