8160085: @library' must appear before first `@run'

Move @ignore after the @library

Reviewed-by: kvn
This commit is contained in:
Pavel Punegov 2016-06-24 19:06:15 +03:00
parent 87f15c2bcf
commit 048c1f8ad0
4 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ import sun.hotspot.code.BlobType;
/*
* @test PeakUsageTest
* @ignore 8151345
* @library /testlibrary /test/lib
* @ignore 8151345
* @modules java.base/jdk.internal.misc
* java.management
* @build PeakUsageTest

View File

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

View File

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

View File

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