8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on.
authorgoetz
Tue, 28 Aug 2018 17:03:16 +0200
changeset 51544 384c9c753f47
parent 51543 5303c6c05db6
child 51545 29517169ad2d
8209939: [testbug][ppc] Test SafepointPollingPages fails after 8208499 with UseSIGTRAP on. Reviewed-by: mdoerr, ghaug
test/hotspot/jtreg/runtime/NMT/SafepointPollingPages.java
--- a/test/hotspot/jtreg/runtime/NMT/SafepointPollingPages.java	Tue Aug 28 10:10:11 2018 -0400
+++ b/test/hotspot/jtreg/runtime/NMT/SafepointPollingPages.java	Tue Aug 28 17:03:16 2018 +0200
@@ -21,7 +21,7 @@
  * questions.
  */
 
-/*
+/**
  * @test
  * @bug 8208499
  * @summary NMT should report safepoint polling page(s)
@@ -29,8 +29,9 @@
  * @library /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
- * @run main/othervm -Xbootclasspath/a:. -XX:NativeMemoryTracking=summary -XX:+ThreadLocalHandshakes SafepointPollingPages
- * @run main/othervm -Xbootclasspath/a:. -XX:NativeMemoryTracking=summary -XX:-ThreadLocalHandshakes SafepointPollingPages
+ * @comment On ppc, with UseSIGTRAP on, no polling pages are used, but trap instructions instead.
+ * @run main/othervm -XX:-UseSIGTRAP -XX:+IgnoreUnrecognizedVMOptions -Xbootclasspath/a:. -XX:NativeMemoryTracking=summary -XX:+ThreadLocalHandshakes SafepointPollingPages
+ * @run main/othervm -XX:-UseSIGTRAP -XX:+IgnoreUnrecognizedVMOptions -Xbootclasspath/a:. -XX:NativeMemoryTracking=summary -XX:-ThreadLocalHandshakes SafepointPollingPages
  */
 
 import jdk.test.lib.process.ProcessTools;