|
Quick Lists
|
|
Bug ID:
|
6860920
|
|
Votes
|
0
|
|
Synopsis
|
serialize.cpp shouldn't use objArrayOopDesc::base_offset_in_bytes(T_BYTE)
|
|
Category
|
hotspot:runtime_system
|
|
Reported Against
|
b07
|
|
Release Fixed
|
hs16(b08),
6u18(b01) (Bug ID:2181946)
, 7(b71) (Bug ID:2182202)
|
|
State
|
11-Closed,
Unverified,
bug
|
|
Priority:
|
5-Very Low
|
|
Related Bugs
|
|
|
Submit Date
|
15-JUL-2009
|
|
Description
|
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.
Posted Date : 2009-07-15 16:38:00.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/94b6d06fd759
Posted Date : 2009-07-27 19:08:00.0
http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/94b6d06fd759
Posted Date : 2009-08-10 07:35:00.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |