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

assert(no_dead_loop) failed: dead loop detected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs23
    • hs23, 8-pool
    • hotspot
    • b06
    • generic
    • generic
    • Verified

        CTW hit this assert after next changes from 7105305:

        src/share/vm/oops/constantPoolKlass.cpp Mon Oct 31 15:43:37 2011
        @@ -532,7 +532,7 @@
             if (cp->tag_at(i).is_unresolved_klass()) {
               // This will force loading of the class
               klassOop klass = cp->klass_at(i, CHECK);
        - if (klass->is_instance()) {
        + if (klass->klass_part()->oop_is_instance()) {
                 // Force initialization of class
                 instanceKlass::cast(klass)->initialize(CHECK);
               }

              kvn Vladimir Kozlov
              kvn Vladimir Kozlov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: