8251349: Add TestCaseImpl to OverloadCompileQueueTest.java's build dependencies
Reviewed-by: iignatyev, kvn
This commit is contained in:
parent
ae912be86f
commit
714db70bf3
@ -37,7 +37,7 @@ public final class Helper {
|
|||||||
public static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();
|
public static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();
|
||||||
|
|
||||||
private static final long THRESHOLD = WHITE_BOX.getIntxVMFlag("CompileThreshold");
|
private static final long THRESHOLD = WHITE_BOX.getIntxVMFlag("CompileThreshold");
|
||||||
private static final String TEST_CASE_IMPL_CLASS_NAME = "compiler.codecache.stress.TestCaseImpl";
|
private static final String TEST_CASE_IMPL_CLASS_NAME = TestCaseImpl.class.getName();
|
||||||
private static byte[] CLASS_DATA;
|
private static byte[] CLASS_DATA;
|
||||||
static {
|
static {
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user