hotspot/src/share/vm/code/nmethod.cpp
changeset 30187 c48efcf14cdc
parent 29576 c223b0a9872e
child 30188 40397cc74488
equal deleted inserted replaced
30186:a416fa6a0fe7 30187:c48efcf14cdc
   502                                             compile_id, &offsets,
   502                                             compile_id, &offsets,
   503                                             code_buffer, frame_size,
   503                                             code_buffer, frame_size,
   504                                             basic_lock_owner_sp_offset,
   504                                             basic_lock_owner_sp_offset,
   505                                             basic_lock_sp_offset, oop_maps);
   505                                             basic_lock_sp_offset, oop_maps);
   506     NOT_PRODUCT(if (nm != NULL)  nmethod_stats.note_native_nmethod(nm));
   506     NOT_PRODUCT(if (nm != NULL)  nmethod_stats.note_native_nmethod(nm));
   507     if (PrintAssembly && nm != NULL) {
   507     if ((PrintAssembly || CompilerOracle::should_print(method)) && nm != NULL) {
   508       Disassembler::decode(nm);
   508       Disassembler::decode(nm);
   509     }
   509     }
   510   }
   510   }
   511   // verify nmethod
   511   // verify nmethod
   512   debug_only(if (nm) nm->verify();) // might block
   512   debug_only(if (nm) nm->verify();) // might block