From 714db70bf35a559409b0f8d9c785e47b44cd2900 Mon Sep 17 00:00:00 2001 From: Evgeny Nikitin Date: Mon, 10 Aug 2020 20:31:27 +0200 Subject: [PATCH] 8251349: Add TestCaseImpl to OverloadCompileQueueTest.java's build dependencies Reviewed-by: iignatyev, kvn --- test/hotspot/jtreg/compiler/codecache/stress/Helper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/codecache/stress/Helper.java b/test/hotspot/jtreg/compiler/codecache/stress/Helper.java index 6fad0e4aec6..d7f6611b642 100644 --- a/test/hotspot/jtreg/compiler/codecache/stress/Helper.java +++ b/test/hotspot/jtreg/compiler/codecache/stress/Helper.java @@ -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 {