-
Bug
-
Resolution: Fixed
-
P1
-
19
-
b26
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8329526 | 17.0.12-oracle | Shivangi Gupta | P1 | Closed | Fixed | b02 |
JDK-8317830 | 17.0.10 | Goetz Lindenmaier | P1 | Resolved | Fixed | b01 |
diff --git a/test/lib/jdk/test/lib/util/ForceGC.java b/test/lib/jdk/test/lib/util/ForceGC.java
index 6db98220f58..1a71dd229d1 100644
--- a/test/lib/jdk/test/lib/util/ForceGC.java
+++ b/test/lib/jdk/test/lib/util/ForceGC.java
@@ -76,7 +76,7 @@ public class ForceGC {
return true;
}
- doIt(i);
+ doit(i);
try {
Thread.sleep(100);
} catch (InterruptedException e) {
index 6db98220f58..1a71dd229d1 100644
--- a/test/lib/jdk/test/lib/util/ForceGC.java
+++ b/test/lib/jdk/test/lib/util/ForceGC.java
@@ -76,7 +76,7 @@ public class ForceGC {
return true;
}
- doIt(i);
+ doit(i);
try {
Thread.sleep(100);
} catch (InterruptedException e) {
- backported by
-
JDK-8317830 Bad merge of jdk/test/lib/util/ForceGC.java causing test compilation error
-
- Resolved
-
-
JDK-8329526 Bad merge of jdk/test/lib/util/ForceGC.java causing test compilation error
-
- Closed
-
- relates to
-
JDK-8287671 Adjust ForceGC to invoke System::gc fewer times for negative case
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/943ee59c
-
Commit openjdk/jdk/a50b06e8
-
Review openjdk/jdk17u-dev/1860
-
Review openjdk/jdk/9043
(2 links to)