8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds
authorneliasso
Mon, 20 Nov 2017 09:50:23 +0100
changeset 47999 d8486f1f5a84
parent 47998 fb0275c320a0
child 48000 089b6bf0d1a7
8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds Summary: Compile fewer methods Reviewed-by: thartmann, kvn
test/hotspot/jtreg/compiler/relocations/TestPrintRelocations.java
--- a/test/hotspot/jtreg/compiler/relocations/TestPrintRelocations.java	Mon Nov 20 13:07:44 2017 +0100
+++ b/test/hotspot/jtreg/compiler/relocations/TestPrintRelocations.java	Mon Nov 20 09:50:23 2017 +0100
@@ -26,7 +26,7 @@
  * @bug 8044538
  * @summary assert hit while printing relocations for jump table entries
  *
- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:+PrintRelocations
+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:CompileCommand=compileonly,java.lang.String*::* -XX:+PrintRelocations
  *                   compiler.relocations.TestPrintRelocations
  */
 /**