Merge
authorcoleenp
Tue, 12 Dec 2017 14:14:06 -0500
changeset 48388 a576e1b6784d
parent 48387 7daebcef2e0d (current diff)
parent 48386 ed1bb7743b3e (diff)
child 48389 7b1a9b267a94
child 48390 fe6fb69336b5
Merge
--- a/test/hotspot/jtreg/compiler/ciReplay/TestDumpReplay.java	Tue Dec 12 11:55:57 2017 -0500
+++ b/test/hotspot/jtreg/compiler/ciReplay/TestDumpReplay.java	Tue Dec 12 14:14:06 2017 -0500
@@ -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