From 7f70bca42845ca4974bd4b7f9a826487c1d84feb Mon Sep 17 00:00:00 2001 From: Yude Lin Date: Fri, 15 Nov 2024 12:35:36 +0800 Subject: [PATCH] [Lilliput] Test fix for EATests after backport Summary: Change unsupported test api Testing: com/sun/jdi/EATests.java Reviewers: mmyxym, jia-wei-tang Issue: https://github.com/dragonwell-project/dragonwell21/issues/132 --- test/jdk/com/sun/jdi/EATests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/com/sun/jdi/EATests.java b/test/jdk/com/sun/jdi/EATests.java index b1eb6e5c23d..27524ff8f95 100644 --- a/test/jdk/com/sun/jdi/EATests.java +++ b/test/jdk/com/sun/jdi/EATests.java @@ -1999,7 +1999,7 @@ public void warmupDone() { // Use new lock. lockInflatedByContention might have been inflated because of recursion. lockInflatedByContention = new XYVal(1, 1); // Start thread that tries to enter lockInflatedByContention while the main thread owns it -> inflation - TestScaffold.newThread(() -> { + DebuggeeWrapper.newThread(() -> { while (true) { synchronized (testCase) { try {