8251349: Add TestCaseImpl to OverloadCompileQueueTest.java's build dependencies

Reviewed-by: iignatyev, kvn
This commit is contained in:
Evgeny Nikitin 2020-08-10 20:31:27 +02:00
parent ae912be86f
commit 714db70bf3

View File

@ -37,7 +37,7 @@ public final class Helper {
public static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox();
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;
static {
try {