assert(no_dead_loop) failed: dead loop detected

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • hs23
    • Affects Version/s: hs23, 8-pool
    • Component/s: 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);
               }

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: