8148012: get rid of slash-dot-dot in @library directives

Reviewed-by: dholmes, dfazunen, cjplummer
This commit is contained in:
Igor Ignatyev 2016-01-29 03:11:16 +03:00
parent c675914f1c
commit ffbb39518c
31 changed files with 31 additions and 31 deletions

View file

@ -24,7 +24,7 @@
/* /*
* @test TestCompilerDirectivesCompatibilityBase * @test TestCompilerDirectivesCompatibilityBase
* @bug 8137167 * @bug 8137167
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* @modules java.base/sun.misc * @modules java.base/sun.misc
* java.compiler * java.compiler
* java.management * java.management

View file

@ -24,7 +24,7 @@
/* /*
* @test TestCompilerDirectivesCompatibilityCommandOff * @test TestCompilerDirectivesCompatibilityCommandOff
* @bug 8137167 * @bug 8137167
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* @modules java.base/sun.misc * @modules java.base/sun.misc
* java.compiler * java.compiler
* java.management * java.management

View file

@ -24,7 +24,7 @@
/* /*
* @test TestCompilerDirectivesCompatibilityCommandOn * @test TestCompilerDirectivesCompatibilityCommandOn
* @bug 8137167 * @bug 8137167
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* @modules java.base/sun.misc * @modules java.base/sun.misc
* java.compiler * java.compiler
* java.management * java.management

View file

@ -24,7 +24,7 @@
/* /*
* @test TestCompilerDirectivesCompatibilityFlag * @test TestCompilerDirectivesCompatibilityFlag
* @bug 8137167 * @bug 8137167
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* @modules java.base/sun.misc * @modules java.base/sun.misc
* java.compiler * java.compiler
* java.management * java.management

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests CompileCommand=compileonly * @summary Tests CompileCommand=compileonly
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.commandfile.CompileOnlyTest * @build compiler.compilercontrol.commandfile.CompileOnlyTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests CompileCommand=exclude * @summary Tests CompileCommand=exclude
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.commandfile.ExcludeTest * @build compiler.compilercontrol.commandfile.ExcludeTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests CompileCommand=log * @summary Tests CompileCommand=log
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.commandfile.LogTest * @build compiler.compilercontrol.commandfile.LogTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests CompileCommand=print * @summary Tests CompileCommand=print
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.commandfile.PrintTest * @build compiler.compilercontrol.commandfile.PrintTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests CompileCommand=compileonly * @summary Tests CompileCommand=compileonly
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.commands.CompileOnlyTest * @build compiler.compilercontrol.commands.CompileOnlyTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests CompileCommand=exclude * @summary Tests CompileCommand=exclude
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.commands.ExcludeTest * @build compiler.compilercontrol.commands.ExcludeTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests CompileCommand=log * @summary Tests CompileCommand=log
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.commands.LogTest * @build compiler.compilercontrol.commands.LogTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests CompileCommand=print * @summary Tests CompileCommand=print
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.commands.PrintTest * @build compiler.compilercontrol.commands.PrintTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests directives to be able to compile only specified methods * @summary Tests directives to be able to compile only specified methods
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.directives.CompileOnlyTest * @build compiler.compilercontrol.directives.CompileOnlyTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests directives to be able to exclude methods from compilation * @summary Tests directives to be able to exclude methods from compilation
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.directives.ExcludeTest * @build compiler.compilercontrol.directives.ExcludeTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests directives to be able to turn on LogCompilation * @summary Tests directives to be able to turn on LogCompilation
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.directives.LogTest * @build compiler.compilercontrol.directives.LogTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests directives to be able to turn on print_assembly * @summary Tests directives to be able to turn on print_assembly
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.directives.PrintTest * @build compiler.compilercontrol.directives.PrintTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests directives to be able to add and remove directives * @summary Tests directives to be able to add and remove directives
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.jcmd.AddAndRemoveTest * @build compiler.compilercontrol.jcmd.AddAndRemoveTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests jcmd to be able to add a directive to compile only specified methods * @summary Tests jcmd to be able to add a directive to compile only specified methods
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.jcmd.AddCompileOnlyTest * @build compiler.compilercontrol.jcmd.AddCompileOnlyTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests jcmd to be able to add a directive to exclude only specified methods * @summary Tests jcmd to be able to add a directive to exclude only specified methods
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.jcmd.AddExcludeTest * @build compiler.compilercontrol.jcmd.AddExcludeTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Tests jcmd to be able to add a directive to log only specified methods * @summary Tests jcmd to be able to add a directive to log only specified methods
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.jcmd.AddLogTest * @build compiler.compilercontrol.jcmd.AddLogTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -26,7 +26,7 @@
* @bug 8137167 * @bug 8137167
* @summary Tests jcmd to be able to add a directive to print assembly * @summary Tests jcmd to be able to add a directive to print assembly
* only for specified methods * only for specified methods
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.jcmd.AddPrintAssemblyTest * @build compiler.compilercontrol.jcmd.AddPrintAssemblyTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Randomly generates commands with random types * @summary Randomly generates commands with random types
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.mixed.RandomCommandsTest * @build compiler.compilercontrol.mixed.RandomCommandsTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -25,7 +25,7 @@
* @test * @test
* @bug 8137167 * @bug 8137167
* @summary Randomly generates valid commands with random types * @summary Randomly generates valid commands with random types
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share / * @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.mixed.RandomValidCommandsTest * @build compiler.compilercontrol.mixed.RandomValidCommandsTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox * pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.* * compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*

View file

@ -27,7 +27,7 @@ import jdk.test.lib.ProcessTools;
/* /*
* @test * @test
* @library /testlibrary /../../test/lib /compiler/whitebox * @library /testlibrary /test/lib /compiler/whitebox
* /compiler/testlibrary /compiler/codegen/7184394 * /compiler/testlibrary /compiler/codegen/7184394
* @modules java.base/sun.misc * @modules java.base/sun.misc
* java.management * java.management

View file

@ -28,7 +28,7 @@ import jdk.test.lib.ProcessTools;
/* /*
* @test * @test
* @library /testlibrary /../../test/lib /compiler/whitebox * @library /testlibrary /test/lib /compiler/whitebox
* /compiler/testlibrary /compiler/codegen/7184394 * /compiler/testlibrary /compiler/codegen/7184394
* @modules java.base/sun.misc * @modules java.base/sun.misc
* java.management * java.management

View file

@ -24,7 +24,7 @@
/* /*
* @test * @test
* @bug 8138651 * @bug 8138651
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* @build IntrinsicDisabledTest * @build IntrinsicDisabledTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -42,7 +42,7 @@ import jdk.test.lib.Platform;
* @test * @test
* @bug 8130150 8131779 8139907 * @bug 8130150 8131779 8139907
* @summary Verify that the Montgomery multiply and square intrinsic works and correctly checks their arguments. * @summary Verify that the Montgomery multiply and square intrinsic works and correctly checks their arguments.
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* @library /testlibrary * @library /testlibrary
* @build MontgomeryMultiplyTest * @build MontgomeryMultiplyTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox

View file

@ -26,7 +26,7 @@
* @test * @test
* @bug 8145336 * @bug 8145336
* @summary PPC64: fix string intrinsics after CompactStrings change * @summary PPC64: fix string intrinsics after CompactStrings change
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* @build sun.hotspot.WhiteBox * @build sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @test TestStableMemoryBarrier * @test TestStableMemoryBarrier
* @bug 8139758 * @bug 8139758
* @summary tests memory barrier correctly inserted for stable fields * @summary tests memory barrier correctly inserted for stable fields
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* *
* @run main/bootclasspath -Xcomp -XX:CompileOnly=::testCompile * @run main/bootclasspath -Xcomp -XX:CompileOnly=::testCompile
* java.lang.invoke.TestStableMemoryBarrier * java.lang.invoke.TestStableMemoryBarrier

View file

@ -27,7 +27,7 @@
* @summary C2 can not handle returns with inccompatible interface arrays * @summary C2 can not handle returns with inccompatible interface arrays
* @modules java.base/jdk.internal.org.objectweb.asm * @modules java.base/jdk.internal.org.objectweb.asm
* java.base/sun.misc * java.base/sun.misc
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* @build sun.hotspot.WhiteBox * @build sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission * sun.hotspot.WhiteBox$WhiteBoxPermission

View file

@ -27,7 +27,7 @@
* @summary Check that G1 does not report empty PLAB statistics in the first evacuation. * @summary Check that G1 does not report empty PLAB statistics in the first evacuation.
* @requires vm.gc=="G1" | vm.gc=="null" * @requires vm.gc=="G1" | vm.gc=="null"
* @key gc * @key gc
* @library /testlibrary /../../test/lib * @library /testlibrary /test/lib
* @build sun.hotspot.WhiteBox * @build sun.hotspot.WhiteBox
* @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run driver TestPLABOutput * @run driver TestPLABOutput