8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds

Compile fewer methods

Reviewed-by: thartmann, kvn
This commit is contained in:
Nils Eliasson 2017-11-20 09:50:23 +01:00
parent 3e5e2f03b1
commit c5e0971547

@ -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
*/
/**