Searched refs:newm_oop (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp1021 // Allocate newm_oop with the is_conc_safe parameter set
1022 // to IsUnsafeConc to indicate that newm_oop is not yet
1024 methodOop newm_oop = oopFactory::new_method(new_code_length, local
1032 methodHandle newm (THREAD, newm_oop);

Completed in 33 milliseconds