Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8287867

Bad merge of jdk/test/lib/util/ForceGC.java causing test compilation error

XMLWordPrintable

    • b26
    • Verified

        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) {

              mchung Mandy Chung (Inactive)
              mchung Mandy Chung (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: