RFR(S): 8042595 - [TESTBUG] runtime/7110720/Test7110720.sh rarely fails with message "explicit compiler command file not read"
Christian Tornqvist
christian.tornqvist at oracle.com
Sat May 10 01:51:54 UTC 2014
Hi everyone,
This is a small change that will hopefully fix this issue or at least make
it easier to diagnose. My suspicion is that file was not created correctly
for some reason, the shell script would silently ignore this and we'd fail
later in the test.
Part of this test is already in
test\runtime\CommandLine\ConfigFileWarning.java and
test\runtime\CommandLine\CompilerConfigFileWarning.java . I added the two
missing test cases to these tests and removed the shell script.
Webrev can be found at:
http://cr.openjdk.java.net/~ctornqvi/webrev/8042595/webrev.00/
Bug:
https://bugs.openjdk.java.net/browse/JDK-8042595
Thanks,
Christian
More information about the hotspot-runtime-dev
mailing list