We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e33b1 commit 315a670Copy full SHA for 315a670
tests/run/module-serialization-proxy-class-unload.scala
@@ -14,6 +14,7 @@ object Test {
14
// This would "java.lang.OutOfMemoryError: Java heap space" if ModuleSerializationProxy
15
// prevented class unloading.
16
deserializeDynamicLoadedClass()
17
+ System.gc()
18
}
19
20
0 commit comments