8193363: TestDumpReplay.java fails with product builds
Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: kvn
--- a/test/hotspot/jtreg/compiler/ciReplay/TestDumpReplay.java Sat Dec 09 07:50:50 2017 -0800
+++ b/test/hotspot/jtreg/compiler/ciReplay/TestDumpReplay.java Tue Dec 12 19:05:02 2017 +0100
@@ -27,7 +27,8 @@
* @modules java.base/jdk.internal.misc:+open
* @build sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
+ * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+IgnoreUnrecognizedVMOptions
+ * -Xbootclasspath/a:. -XX:+WhiteBoxAPI
* -Xbatch -XX:-TieredCompilation -XX:+AlwaysIncrementalInline
* -XX:CompileCommand=compileonly,compiler.ciReplay.TestDumpReplay::*
* compiler.ciReplay.TestDumpReplay