-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: hs16
-
Component/s: hotspot
-
b08
-
generic
-
generic
-
Not verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2182202 | 7 | Christian Thalinger | P5 | Closed | Fixed | b71 |
| JDK-2181946 | 6u18 | Christian Thalinger | P5 | Closed | Fixed | b01 |
serialize.cpp currently uses objArrayOopDesc::base_offset_in_bytes(T_BYTE), which seems to be wrong. Since objArrayOopDesc can only store oops, the only valid type is T_OBJECT.
- backported by
-
JDK-2181946 serialize.cpp shouldn't use objArrayOopDesc::base_offset_in_bytes(T_BYTE)
-
- Closed
-
-
JDK-2182202 serialize.cpp shouldn't use objArrayOopDesc::base_offset_in_bytes(T_BYTE)
-
- Closed
-