8162852: Mark stress compiler and gc tests with stress keyword
authorlmesnik
Thu, 04 Aug 2016 14:04:14 +0300
changeset 40338 d92668bfe3e8
parent 40337 0e9a027b0f8a
child 40341 73b575b89b42
8162852: Mark stress compiler and gc tests with stress keyword Reviewed-by: kvn, tschatzl
hotspot/test/compiler/codecache/stress/RandomAllocationTest.java
hotspot/test/compiler/codecache/stress/UnexpectedDeoptimizationTest.java
hotspot/test/compiler/codegen/aes/TestAESMain.java
hotspot/test/gc/g1/ihop/TestIHOPErgo.java
--- a/hotspot/test/compiler/codecache/stress/RandomAllocationTest.java	Wed Aug 03 15:55:40 2016 -0700
+++ b/hotspot/test/compiler/codecache/stress/RandomAllocationTest.java	Thu Aug 04 14:04:14 2016 +0300
@@ -24,6 +24,7 @@
 
 /*
  * @test RandomAllocationTest
+ * @key stress
  * @summary stressing code cache by allocating randomly sized "dummy" code blobs
  * @library /testlibrary /test/lib /
  * @modules java.base/jdk.internal.misc
--- a/hotspot/test/compiler/codecache/stress/UnexpectedDeoptimizationTest.java	Wed Aug 03 15:55:40 2016 -0700
+++ b/hotspot/test/compiler/codecache/stress/UnexpectedDeoptimizationTest.java	Thu Aug 04 14:04:14 2016 +0300
@@ -24,6 +24,7 @@
 
 /*
  * @test UnexpectedDeoptimizationTest
+ * @key stress
  * @summary stressing code cache by forcing unexpected deoptimizations
  * @library /testlibrary /test/lib /
  * @modules java.base/jdk.internal.misc
--- a/hotspot/test/compiler/codegen/aes/TestAESMain.java	Wed Aug 03 15:55:40 2016 -0700
+++ b/hotspot/test/compiler/codegen/aes/TestAESMain.java	Thu Aug 04 14:04:14 2016 +0300
@@ -25,6 +25,7 @@
 /**
  * @test
  * @bug 7184394
+ * @key stress
  * @summary add intrinsics to use AES instructions
  * @library /testlibrary /
  * @modules java.base/jdk.internal.misc
--- a/hotspot/test/gc/g1/ihop/TestIHOPErgo.java	Wed Aug 03 15:55:40 2016 -0700
+++ b/hotspot/test/gc/g1/ihop/TestIHOPErgo.java	Thu Aug 04 14:04:14 2016 +0300
@@ -24,6 +24,7 @@
  /*
  * @test TestIHOPErgo
  * @bug 8148397
+ * @key stress
  * @summary Test checks that behavior of Adaptive and Static IHOP at concurrent cycle initiation
  * @requires vm.gc.G1
  * @requires !vm.flightRecorder