8160085: @library' must appear before first `@run'
authorppunegov
Fri, 24 Jun 2016 19:06:15 +0300
changeset 40026 d10846ed8b6d
parent 40022 3eb9922d1a5b
child 40027 988686745240
8160085: @library' must appear before first `@run' Summary: move @ignore after the @library Reviewed-by: kvn
hotspot/test/compiler/codecache/jmx/PeakUsageTest.java
hotspot/test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java
hotspot/test/compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java
hotspot/test/compiler/startup/SmallCodeCacheStartup.java
--- a/hotspot/test/compiler/codecache/jmx/PeakUsageTest.java	Wed Jun 22 17:05:40 2016 +0200
+++ b/hotspot/test/compiler/codecache/jmx/PeakUsageTest.java	Fri Jun 24 19:06:15 2016 +0300
@@ -27,8 +27,8 @@
 
 /*
  * @test PeakUsageTest
+ * @library /testlibrary /test/lib
  * @ignore 8151345
- * @library /testlibrary /test/lib
  * @modules java.base/jdk.internal.misc
  *          java.management
  * @build PeakUsageTest
--- a/hotspot/test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java	Wed Jun 22 17:05:40 2016 +0200
+++ b/hotspot/test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java	Fri Jun 24 19:06:15 2016 +0300
@@ -24,10 +24,10 @@
 /*
  * @test
  * @bug 8137167
- * @ignore 8140405
  * @summary Tests jcmd to be able to clear directives added via options
  * @modules java.base/jdk.internal.misc
  * @library /testlibrary /test/lib ../share /
+ * @ignore 8140405
  * @build compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest
  *        pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
  *        compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
--- a/hotspot/test/compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java	Wed Jun 22 17:05:40 2016 +0200
+++ b/hotspot/test/compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java	Fri Jun 24 19:06:15 2016 +0300
@@ -24,10 +24,10 @@
 /*
  * @test
  * @bug 8136421
- * @ignore 8158860
  * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
  * @library / /testlibrary /test/lib
  * @library ../common/patches
+ * @ignore 8158860
  * @modules java.base/jdk.internal.misc
  * @modules jdk.vm.ci/jdk.vm.ci.hotspot
  *          jdk.vm.ci/jdk.vm.ci.meta
--- a/hotspot/test/compiler/startup/SmallCodeCacheStartup.java	Wed Jun 22 17:05:40 2016 +0200
+++ b/hotspot/test/compiler/startup/SmallCodeCacheStartup.java	Fri Jun 24 19:06:15 2016 +0300
@@ -23,12 +23,12 @@
 
 /*
  * @test
- * @ignore 8134286
  * @bug 8023014
  * @summary Test ensures that there is no crash if there is not enough ReservedCodeCacheSize
  *          to initialize all compiler threads. The option -Xcomp gives the VM more time to
  *          trigger the old bug.
  * @library /testlibrary
+ * @ignore 8134286
  * @modules java.base/jdk.internal.misc
  *          java.management
  */