RFR(T) : 8252532 : use Utils.TEST_NATIVE_PATH instead of System.getProperty("test.nativepath")
Igor Ignatyev
igor.ignatyev at oracle.com
Sat Aug 29 03:52:19 UTC 2020
http://cr.openjdk.java.net/~iignatyev//8252532/webrev.00
> 145 lines changed: 28 ins; 22 del; 95 mod;
Hi all,
could you please review this trivial clean up which replaces System.getProperty("test.nativepath") w/ Utils.TEST_NATIVE_PATH where appropriate?
while updating these files, I've also cleaned them up a bit, removed unneeded imports, added/removed spaces, etc
testing: runtime, serviceability and vmTestbase/nsk/jvmti/ tests on {linux,windows,macos}-x64
JBS: https://bugs.openjdk.java.net/browse/JDK-8252532
webrev: http://cr.openjdk.java.net/~iignatyev//8252532/webrev.00
Thanks,
-- Igor
More information about the hotspot-runtime-dev
mailing list