RFR(XS): 8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
Tatiana Pivovarova
tatiana.pivovarova at oracle.com
Fri Dec 19 12:44:34 UTC 2014
Hi all,
please review this small patch
bugid: https://bugs.openjdk.java.net/browse/JDK-8062012
webrev: http://cr.openjdk.java.net/~tpivovarova/8062012/webrev.00/
Problem:
TestSA.sh adds sa-jdi.jar to classpath, there are no such jar in modular
image
Solution:
All classes from this jar are available in appmodules.jimage. so we just
need to remove mention of the jar
And this test will be still ignored because of another bug [*]
Testing: jprt
[*] https://bugs.openjdk.java.net/browse/JDK-8029528
Thanks,
Tatiana
More information about the hotspot-compiler-dev
mailing list