Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045393 | 8u25 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8039968 | 8u20 | Goetz Lindenmaier | P4 | Closed | Fixed | b10 |
JDK-8053312 | emb-8u26 | Goetz Lindenmaier | P4 | Resolved | Fixed | b17 |
JNIHandleBlock::_top is an int field. The native entry stores
0 into this field using a pointer store. On 64-bit platforms
this can cause errors.
This change adapts the corresponding store on sparc
and both x86 variants.
0 into this field using a pointer store. On 64-bit platforms
this can cause errors.
This change adapts the corresponding store on sparc
and both x86 variants.
- backported by
-
JDK-8045393 Fix 64-bit store to int JNIHandleBlock::_top
-
- Resolved
-
-
JDK-8053312 Fix 64-bit store to int JNIHandleBlock::_top
-
- Resolved
-
-
JDK-8039968 Fix 64-bit store to int JNIHandleBlock::_top
-
- Closed
-