RFR(T) : 8244052 : remove copying of s.h.WB$WhiteBoxPermission in test/jdk
Igor Ignatyev
igor.ignatyev at oracle.com
Wed Apr 29 03:20:34 UTC 2020
http://cr.openjdk.java.net/~iignatyev//8244052/webrev.00/
> 34 lines changed: 0 ins; 11 del; 23 mod;
Hi all,
could you please review this trivial patch?
from JBS:
> JDK-8199290 made it unnecessary to explicitly pass sun.hotspot.WhiteBox$WhiteBoxPermission as an argument to ClassFileInstaller b/c the former now copies it every time it copies sun.hotspot.WhiteBox.
besides removing WhiteBoxPermission from the list of ClassFileInstaller's arguments, the patch also makes sure ClassFileInstaller is run in a driver mode in all the touched tests.
testing: the changed tests
webrev: http://cr.openjdk.java.net/~iignatyev//8244052/webrev.00/
JBS: https://bugs.openjdk.java.net/browse/JDK-8244052
Thanks,
-- Igor
More information about the serviceability-dev
mailing list