Skip to content

Commit 24fa0ab

Browse files
authored
Merge pull request #163 from basil/JENKINS-68375
[JENKINS-68375] `LibraryMemoryTest#loaderReleased` fails on Java 17 when `support-core` is present
2 parents 8f1c133 + 5408cff commit 24fa0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jenkinsci/plugins/workflow/libs/LibraryMemoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public static void register(Object o) {
8282
clearInvocationCaches.invoke(metaClass);
8383
}
8484
for (WeakReference<ClassLoader> loaderRef : LOADERS) {
85-
MemoryAssert.assertGC(loaderRef, false);
85+
MemoryAssert.assertGC(loaderRef);
8686
}
8787
}
8888

0 commit comments

Comments
 (0)