8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot

Reviewed-by: kvn, iignatyev, mgerdin
This commit is contained in:
Andrey Zakharov 2014-08-11 17:12:41 +04:00 committed by Mikael Gerdin
parent d4ca2cc557
commit dd95f0a0c2
130 changed files with 177 additions and 47 deletions

View file

@ -28,6 +28,7 @@
* @ignore 8046268
* @build EnqueueMethodForCompilationTest
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm/timeout=600 -Xbootclasspath/a:. -Xmixed -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:CompileCommand=compileonly,SimpleTestCase$Helper::* EnqueueMethodForCompilationTest
* @summary testing of WB::enqueueMethodForCompilation()
* @author igor.ignatyev@oracle.com