hotspot/src/share/vm/classfile/metadataOnStackMark.cpp
changeset 33105 294e48b4f704
parent 29576 c223b0a9872e
child 33198 b37ad9fbf681
equal deleted inserted replaced
33104:a7c0f60a1294 33105:294e48b4f704
   117 
   117 
   118   if (allocated == NULL) {
   118   if (allocated == NULL) {
   119     allocated = new MetadataOnStackBuffer();
   119     allocated = new MetadataOnStackBuffer();
   120   }
   120   }
   121 
   121 
   122   assert(!allocated->is_full(), err_msg("Should not be full: " PTR_FORMAT, p2i(allocated)));
   122   assert(!allocated->is_full(), "Should not be full: " PTR_FORMAT, p2i(allocated));
   123 
   123 
   124   return allocated;
   124   return allocated;
   125 }
   125 }
   126 
   126 
   127 // Record which objects are marked so we can unmark the same objects.
   127 // Record which objects are marked so we can unmark the same objects.