[9, 8u40] RFR (M): 8063135: Enable full LF sharing by default
Aleksey Shipilev
aleksey.shipilev at oracle.com
Tue Nov 18 23:38:00 UTC 2014
On 11/18/2014 11:23 PM, Vladimir Ivanov wrote:
> http://cr.openjdk.java.net/~vlivanov/8063135/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8063135
Broken array index here:
69 TRACE_METHOD_LINKAGE = (Boolean) values[3];
70 COMPILE_THRESHOLD = (Integer) values[5];
Also, how does it pass the tests? It should fail with AIOBE during
MethodHandleStatics::<clinit>, since
53 final Object[] values = new Object[7];
...
72 PROFILE_LEVEL = (Integer) values[7];
Thanks,
-Aleksey.
More information about the core-libs-dev
mailing list