8010783: assert(s->refcount() != 0) failed: for create_overpasses
authoracorn
Thu, 02 May 2013 10:58:04 -0400
changeset 17304 436c6e158ce5
parent 17091 795686a22bc6
child 17305 f7efdd7499d1
8010783: assert(s->refcount() != 0) failed: for create_overpasses Reviewed-by: kvn, dcubed
hotspot/src/share/vm/classfile/bytecodeAssembler.cpp
--- a/hotspot/src/share/vm/classfile/bytecodeAssembler.cpp	Wed May 01 10:10:57 2013 -0400
+++ b/hotspot/src/share/vm/classfile/bytecodeAssembler.cpp	Thu May 02 10:58:04 2013 -0400
@@ -75,8 +75,8 @@
     int idx = i + _orig->length();
     switch (entry._tag) {
       case BytecodeCPEntry::UTF8:
+        entry._u.utf8->increment_refcount();
         cp->symbol_at_put(idx, entry._u.utf8);
-        entry._u.utf8->increment_refcount();
         break;
       case BytecodeCPEntry::KLASS:
         cp->unresolved_klass_at_put(