Skip to content

Commit

Permalink
[Lilliput] Test fix for EATests after backport
Browse files Browse the repository at this point in the history
Summary: Change unsupported test api

Testing: com/sun/jdi/EATests.java

Reviewers: mmyxym, jia-wei-tang

Issue: #132
  • Loading branch information
linade committed Nov 15, 2024
1 parent 6387e4b commit 7f70bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/com/sun/jdi/EATests.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7f70bca

Please sign in to comment.