RFR(S/T) : 8245874 : requires.extraPropDefns.vmOpts doesn't need -Xbootclasspath/a:bootClasses
Igor Ignatyev
igor.ignatyev at oracle.com
Wed May 27 17:25:01 UTC 2020
http://cr.openjdk.java.net/~iignatyev//8245874/webrev.00
> 8 lines changed: 2 ins; 0 del; 6 mod;
Hi all,
could you please review this small and trivial cleanup in TEST.ROOT files of test/jdk/ and test/hotspot/jtreg test suites?
from JBS:
> to make sure that classes listed in `requires.extraPropDefns.bootlibs` are in BCP, jtreg automatically adds corresponding `-Xbootclasspath/a:` to the options list, so `requires.extraPropDefns.vmOpts` doesn't have to have `-Xbootclasspath/a:bootClasses`
the patch
- removes -Xbootclasspath/a:bootClasses from requires.extraPropDefns.vmOpts
- moves jdk.test.lib.Platform and Container classes from requires.extraPropDefns.bootlibs to requires.extraPropDefns.libs as there is no need for them to be in BCP
JBS: https://bugs.openjdk.java.net/browse/JDK-8245874
testing: tier1
webrev: http://cr.openjdk.java.net/~iignatyev//8245874/webrev.00
Thanks,
-- Igor
More information about the core-libs-dev
mailing list