RFR(S): 8242923: Trigger interface MethodHandle resolve in test without Nashorn.

Evgeny Nikitin evgeny.nikitin at oracle.com
Thu May 28 19:22:41 UTC 2020


Hi,

Bug: https://bugs.openjdk.java.net/browse/JDK-8242923
Webrev: http://cr.openjdk.java.net/~enikitin/8242923/webrev.01/

The test used Nashorn to trigger incorrect MethodHandle resolve in the 
linkResolver.cpp (which in turn caused crash on the MethodHandle 
invokation).

Test's functionality have been checked via rolling back the fix made in 
the 
https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2013-October/012155.html, 
the test fails on 4 common platforms in mach5.

The version with the bugfix reverted can be found here: 
http://cr.openjdk.java.net/~enikitin/8242923/webrev.00/

The change has been checked in mach5 for the 4 common platforms (passed).

Please review,
/Evgeny Nikitin.


More information about the hotspot-compiler-dev mailing list