Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk17 Public archive

8268566: java/foreign/TestResourceScope.java timed out #45

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions test/jdk/java/foreign/TestResourceScope.java
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@

public class TestResourceScope {

final static int N_THREADS = 10000;
final static int N_THREADS = 100;

@Test(dataProvider = "cleaners")
public void testConfined(Supplier<Cleaner> cleanerSupplier) {
@@ -206,10 +206,6 @@ public void testLockSharedMultiThread(Supplier<Cleaner> cleanerSupplier) {
}).start();
}

while (lockCount.get() == 0) {
waitSomeTime(); // make sure some thread gets scheduled
}

while (true) {
try {
scope.close();