RFR(S) 8202698: Update Graal for JEP 181 - Nest-based access control
Igor Veresov
igor.veresov at oracle.com
Wed Jun 27 13:57:54 UTC 2018
Make appropriate changes to Graal to support nestmates.
The changes required at pretty small. In fact the only change required is to check the receiver type when doing an invokeinterface on a private method. See: http://hg.openjdk.java.net/jdk/jdk/diff/2f2af62dfac7/src/hotspot/share/opto/doCall.cpp
The changes here are already going upstream and would be a part of the next update but this change also removes an affected test from the problem list in the jdk repo.
Webrev: http://cr.openjdk.java.net/~iveresov/8202698/webrev.01/
Thanks,
igor
More information about the hotspot-compiler-dev
mailing list