8193363: TestDumpReplay.java fails with product builds
authorthartmann
Tue, 12 Dec 2017 19:05:02 +0100
changeset 48386 ed1bb7743b3e
parent 48385 589a6f1d86e9
child 48388 a576e1b6784d
8193363: TestDumpReplay.java fails with product builds Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: kvn
test/hotspot/jtreg/compiler/ciReplay/TestDumpReplay.java
--- 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