RFR(XXS): 8144084: [TESTBUG] 1.9 section not unlock flag in runtime/CommandLine/IgnoreUnrecognizedVMOptions test (original) (raw)
David Holmes david.holmes at oracle.com
Thu Nov 26 21:11:18 UTC 2015
- Previous message: RFR(XXS): 8144084: [TESTBUG] 1.9 section not unlock flag in runtime/CommandLine/IgnoreUnrecognizedVMOptions test
- Next message: RFR(xxs): 8144192: [windows] Enhancements to os::print_siginfo()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good.
Thanks, David
Hello,
Please review fix for the runtime/CommandLine/IgnoreUnrecognizedVMOptions test. Section 1.9 verifies malformed unlocked flag, but actually flags are locked, because '-XX:-UnlockDiagnosticVMOptions' is passed instead of '-XX:+UnlockDiagnosticVMOptions' and '-XX:-UnlockExperimentalVMOptions' instead of '-XX:+UnlockExperimentalVMOptions'. I.e. test performs the same thing as in section 1.8. JBS: https://bugs.openjdk.java.net/browse/JDK-8144084 webrev.00: http://cr.openjdk.java.net/~ddmitriev/8144084/webrev.00/ <http://cr.openjdk.java.net/%7Eddmitriev/8144084/webrev.00/> Tested: JPRT + locally on Linux-x64 with OpenJDK build(product&debug) Thanks, Dmitry
- Previous message: RFR(XXS): 8144084: [TESTBUG] 1.9 section not unlock flag in runtime/CommandLine/IgnoreUnrecognizedVMOptions test
- Next message: RFR(xxs): 8144192: [windows] Enhancements to os::print_siginfo()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]