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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.3.1
    • 1.3.1, 1.4.0
    • 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;
        }

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: