-
Bug
-
Resolution: Fixed
-
P5
-
hs16
-
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