8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds
Summary: Compile fewer methods
Reviewed-by: thartmann, kvn
--- 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
*/
/**