8150054: Make compilercontrol test ignore xcomp

Add -Xmixed and use jtreg driver

Reviewed-by: kvn
This commit is contained in:
Nils Eliasson 2016-03-16 10:45:43 +01:00
parent 3e246411ae
commit a7d116c1f3
26 changed files with 47 additions and 45 deletions

View file

@ -30,9 +30,9 @@
* @build compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
* sun.hotspot.WhiteBox$WhiteBoxPermission
* @run main/othervm compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest
* @run driver compiler.compilercontrol.jcmd.ClearDirectivesFileStackTest
*/
package compiler.compilercontrol.jcmd;