8162852: Mark stress compiler and gc tests with stress keyword
Reviewed-by: kvn, tschatzl
--- 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