RFR(XS): 8028109: compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java crashes in RT_Baseline
Roland Westrelin
roland.westrelin at oracle.com
Tue Nov 19 01:00:19 PST 2013
> Solution: Change 'ExternalAddress' to 'AddressLiteral' that generates no relocation information for
> byte_map_base. Other platforms also AddressLiteral without relocation information.
As mentioned in the thread here:
http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2011-April/005151.html
in this message:
http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2011-April/005161.html
not using ExternalAddress disables rip relative addressing.
This said, I’m not sure what a clean fix for this would be.
Roland.
More information about the hotspot-compiler-dev
mailing list