mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
This commit is contained in:
parent
4710cf65a7
commit
a0381422dd
942 changed files with 12622 additions and 9353 deletions
|
@ -26,10 +26,14 @@
|
|||
* @bug 8137167
|
||||
* @summary Tests CompileCommand=compileonly
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /testlibrary /test/lib ../share /
|
||||
* @library /testlibrary /test/lib /
|
||||
*
|
||||
* @build compiler.compilercontrol.commands.CompileOnlyTest
|
||||
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
|
||||
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
|
||||
* compiler.compilercontrol.share.pool.sub.*
|
||||
* compiler.compilercontrol.share.pool.subpack.*
|
||||
* sun.hotspot.WhiteBox
|
||||
* compiler.testlibrary.CompilerUtils
|
||||
* compiler.compilercontrol.share.actions.*
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run driver compiler.compilercontrol.commands.CompileOnlyTest
|
||||
|
|
|
@ -26,10 +26,14 @@
|
|||
* @bug 8137167
|
||||
* @summary Tests CompileCommand=exclude
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /testlibrary /test/lib ../share /
|
||||
* @library /testlibrary /test/lib /
|
||||
*
|
||||
* @build compiler.compilercontrol.commands.ExcludeTest
|
||||
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
|
||||
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
|
||||
* compiler.compilercontrol.share.pool.sub.*
|
||||
* compiler.compilercontrol.share.pool.subpack.*
|
||||
* sun.hotspot.WhiteBox
|
||||
* compiler.testlibrary.CompilerUtils
|
||||
* compiler.compilercontrol.share.actions.*
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run driver compiler.compilercontrol.commands.ExcludeTest
|
||||
|
|
|
@ -26,10 +26,14 @@
|
|||
* @bug 8137167
|
||||
* @summary Tests CompileCommand=log
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /testlibrary /test/lib ../share /
|
||||
* @library /testlibrary /test/lib /
|
||||
*
|
||||
* @build compiler.compilercontrol.commands.LogTest
|
||||
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
|
||||
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
|
||||
* compiler.compilercontrol.share.pool.sub.*
|
||||
* compiler.compilercontrol.share.pool.subpack.*
|
||||
* sun.hotspot.WhiteBox
|
||||
* compiler.testlibrary.CompilerUtils
|
||||
* compiler.compilercontrol.share.actions.*
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run driver compiler.compilercontrol.commands.LogTest
|
||||
|
|
|
@ -26,10 +26,14 @@
|
|||
* @bug 8137167
|
||||
* @summary Tests CompileCommand=print
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* @library /testlibrary /test/lib ../share /
|
||||
* @library /testlibrary /test/lib /
|
||||
*
|
||||
* @build compiler.compilercontrol.commands.PrintTest
|
||||
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
|
||||
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
|
||||
* compiler.compilercontrol.share.pool.sub.*
|
||||
* compiler.compilercontrol.share.pool.subpack.*
|
||||
* sun.hotspot.WhiteBox
|
||||
* compiler.testlibrary.CompilerUtils
|
||||
* compiler.compilercontrol.share.actions.*
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run driver compiler.compilercontrol.commands.PrintTest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue