RFR(M/T) : 8243935 : s.h.WhiteBoxPermission must be ClassFileInstall-ed together w/ s.h.WhiteBox
Igor Ignatyev
igor.ignatyev at oracle.com
Tue Apr 28 02:32:59 UTC 2020
http://cr.openjdk.java.net/~iignatyev//8243935/webrev.00/
> 338 lines changed: 107 ins; 0 del; 231 mod
Hi all,
could you please review the trivial yet tedious patch which adds 'sun.hotspot.WhiteBox$WhiteBoxPermission' to all 'ClassFileInstaller sun.hotspot.WhiteBox' actions?
the patch also
- replaces '@run main ClassFileInstaller' w/ '@run driver ClassFileInstaller'
- unifies the way ClassFileInstaller sun.hotspot.WhiteBox are aligned
JBS: https://bugs.openjdk.java.net/browse/JDK-8243935
webrevs:
- http://cr.openjdk.java.net/~iignatyev//8243935/webrev.00/ -- regular webrev
- http://cr.openjdk.java.net/~iignatyev//8243935/webrev.00.including_ws -- shows "whitespace only" changes
Thanks,
-- Igor
More information about the hotspot-dev
mailing list