# HG changeset patch
# User kvn
# Date 1470192389 25200
# Node ID ba05f64958c1d4c63f68b57132016d6e4061560a
# Parent  4f31bb2b0a5a030bbab0e6cea0bc5e6e309d3c44
8163018: Slow compiler tests in JPRT
Summary: fixed test/TEST.groups and added -XX:-TieredCompilation to Test6792161 test.
Reviewed-by: dholmes, dcubed

diff -r 4f31bb2b0a5a -r ba05f64958c1 hotspot/test/TEST.groups
--- a/hotspot/test/TEST.groups	Tue Aug 02 11:06:25 2016 -0700
+++ b/hotspot/test/TEST.groups	Tue Aug 02 19:46:29 2016 -0700
@@ -167,7 +167,7 @@
   gc/survivorAlignment \
   runtime/InternalApi/ThreadCpuTimesDeadlock.java \
   runtime/NMT/JcmdSummaryDiff.java \
-  runtime/RedefineTests/RedefineAnnotations.java
+  runtime/RedefineTests/RedefineAnnotations.java \
   serviceability/sa/jmap-hashcode/Test8028623.java \
   serviceability/threads/TestFalseDeadLock.java \
   compiler/codecache/jmx \
@@ -282,7 +282,7 @@
   -compiler/c2/Test6905845.java \
   -compiler/c2/cr6340864 \
   -compiler/c2/cr6589834 \
-  -compiler/c2/cr8004867
+  -compiler/c2/cr8004867 \
   -compiler/c2/stemmer \
   -compiler/c2/Test6792161.java \
   -compiler/c2/Test6603011.java \
diff -r 4f31bb2b0a5a -r ba05f64958c1 hotspot/test/compiler/c2/Test6792161.java
--- a/hotspot/test/compiler/c2/Test6792161.java	Tue Aug 02 11:06:25 2016 -0700
+++ b/hotspot/test/compiler/c2/Test6792161.java	Tue Aug 02 19:46:29 2016 -0700
@@ -27,7 +27,7 @@
  * @bug 6792161
  * @summary assert("No dead instructions after post-alloc")
  *
- * @run main/othervm/timeout=600 -Xcomp -XX:MaxInlineSize=120 compiler.c2.Test6792161
+ * @run main/othervm/timeout=600 -Xcomp -XX:-TieredCompilation -XX:MaxInlineSize=120 compiler.c2.Test6792161
  */
 
 package compiler.c2;