[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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20141119/be583c9d/signature.asc>


More information about the mlvm-dev mailing list