hotspot/src/share/vm/asm/codeBuffer.cpp
changeset 35492 c8c0273e6b91
parent 33794 41ef3dc95179
child 35495 e27da438fa13
equal deleted inserted replaced
35491:663c609dfeee 35492:c8c0273e6b91
   508     oops->append(cl);
   508     oops->append(cl);
   509   }
   509   }
   510 }
   510 }
   511 
   511 
   512 void CodeBuffer::finalize_oop_references(const methodHandle& mh) {
   512 void CodeBuffer::finalize_oop_references(const methodHandle& mh) {
   513   No_Safepoint_Verifier nsv;
   513   NoSafepointVerifier nsv;
   514 
   514 
   515   GrowableArray<oop> oops;
   515   GrowableArray<oop> oops;
   516 
   516 
   517   // Make sure that immediate metadata records something in the OopRecorder
   517   // Make sure that immediate metadata records something in the OopRecorder
   518   for (int n = (int) SECT_FIRST; n < (int) SECT_LIMIT; n++) {
   518   for (int n = (int) SECT_FIRST; n < (int) SECT_LIMIT; n++) {