[9] RFR (S) 8062280: C2: inlining failure due to access checks being too strict (original) (raw)
Vladimir Ivanov vladimir.x.ivanov at oracle.com
Tue Mar 24 00:27:21 UTC 2015
- Previous message: RFR (XXS): 8075488: compiler/whitebox/DeoptimizeFramesTest fails with exit code 1 due to unrecognized VM option -XX:+IgnoreUnexpectedVMOptions
- Next message: [9] RFR (S) 8062280: C2: inlining failure due to access checks being too strict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://cr.openjdk.java.net/~vlivanov/8062280/webrev.00/ https://bugs.openjdk.java.net/browse/JDK-8062280
C2 inlining policy is too strict when it comes to inlining DMH linkers. The compiler performs access checks on target method and sometimes it breaks inlining. Such checks can be skipped since MemberNames are checked during construction.
The fix is to disable access checks when inlining DMH linkers.
Testing: regression test, java/lang/invoke tests, nashorn, octane.
Best regards, Vladimir Ivanov
- Previous message: RFR (XXS): 8075488: compiler/whitebox/DeoptimizeFramesTest fails with exit code 1 due to unrecognized VM option -XX:+IgnoreUnexpectedVMOptions
- Next message: [9] RFR (S) 8062280: C2: inlining failure due to access checks being too strict
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list