8132920: use package in compiler testlibraries

Reviewed-by: kvn, psandoz
This commit is contained in:
Igor Ignatyev 2016-06-22 00:29:32 +03:00
parent 300dc664ff
commit 23e0d96f6e
130 changed files with 516 additions and 498 deletions

View file

@ -26,12 +26,12 @@
* @bug 8137167
* @summary Tests CompileCommand=compileonly
* @modules java.base/jdk.internal.misc
* @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @library /testlibrary /test/lib ../share /
* @build compiler.compilercontrol.commands.CompileOnlyTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run driver compiler.compilercontrol.commands.CompileOnlyTest
*/