File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
JIT_Test/src/jit/test/finalizer
VM_Test/src/j9vm/test/classunloading Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,8 @@ public static boolean isFinalized(String name) {
68
68
protected static void thoroughGCandFinalization () {
69
69
System .gc ();
70
70
System .runFinalization ();
71
- System .runFinalization ();
72
71
System .gc ();
73
72
System .runFinalization ();
74
- System .runFinalization ();
75
73
}
76
74
77
75
@ Test (groups = { "level.sanity" ,"component.jit" })
Original file line number Diff line number Diff line change @@ -63,10 +63,8 @@ public void runTest() throws Exception {
63
63
protected static void thoroughGCandFinalization () {
64
64
System .gc ();
65
65
System .runFinalization ();
66
- System .runFinalization ();
67
66
System .gc ();
68
67
System .runFinalization ();
69
- System .runFinalization ();
70
68
}
71
69
72
70
protected void verifyUnloads () {
You can’t perform that action at this time.
0 commit comments