JDK-7132690 : InstanceKlass::_reference_type should be u1 type
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-01-24
  • Updated: 2012-10-13
  • Resolved: 2012-02-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u4Fixed 8Fixed hs23Fixed
Description
The ReferenceType is defined as an enum with 6 values (src/share/vm/utilities/globalDefinitions.hpp). The InstanceKlass::_reference_type is an int type. It can be reduced to u1 type. Move the field within InstanceKlass to utilize unused memory can save 4-byte for each class.

Comments
EVALUATION http://hg.openjdk.java.net/lambda/lambda/hotspot/rev/a79cb7c55012
22-03-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/a79cb7c55012
18-02-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/a79cb7c55012
18-02-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-emb/hotspot/rev/a79cb7c55012
26-01-2012

EVALUATION The suggestion in Description section will be implemented.
24-01-2012