Request for reviews (XS): 7058036: FieldsAllocationStyle=2 does not work in 32-bit VM
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Jun 24 13:40:29 PDT 2011
This is for 7u2.
http://cr.openjdk.java.net/~kvn/7058036/webrev
Fixed 7058036: FieldsAllocationStyle=2 does not work in 32-bit VM
ClassFileParser::parseClassFile() incorrectly uses nonstatic_oop_map_size()
method instead of nonstatic_oop_map_count() when calculates a pointer to last
oop map block.
Verified by fields layout based on the example in the bug report.
Contributed-by: Krystal Mok <rednaxelafx at gmail.com>
More information about the hotspot-compiler-dev
mailing list