assert(!in->is_CFG(), "CFG Node with no controlling input?") in modena c1412201

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 1.3.1
    • Affects Version/s: 1.3.1, 1.4.0
    • Component/s: hotspot
    • None
    • beta
    • generic
    • solaris_8

        # assert(!in->is_CFG(), "CFG Node with no controlling input?")
        #
        # Error ID: /files/ws/c2_baseline/build/solaris/../../src/share/vm/opto/loopnode.cpp, 1573 [ Patched ]

        java_g -server -Xcomp -XX:CompileOnly=X.main -XX:+PrintOpto X

        ------- X.java -------------------------------

        class X {

          public static void main(String args[]) {
            for(int i = 0; i < 1;) {
              i2 = 10;
              i2++;
            }
          }

          static int i2;
        }

              Assignee:
              Clifford Click (Inactive)
              Reporter:
              Ross Knippel (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: