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

Build failure from 8296389

XMLWordPrintable

    • generic
    • generic

      Build failure introduced by JDK-8296389:

      jdk/src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp:2005:92: error: 'class Node' has no member named 'isNeverBranch'; did you mean 'is_NeverBranch'?
       2005 | if (in != NULL && in->Opcode() == Op_Halt && in->in(0)->is_Proj() && in->in(0)->in(0)->isNeverBranch()) {
            | ^~~~~~~~~~~~~
            | is_NeverBranch

            epeter Emanuel Peter
            smonteith Stuart Monteith
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: