equal
deleted
inserted
replaced
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++) { |