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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp287 _hot_method = NULL;
296 _hot_method = _method;
298 _hot_method = JNIHandles::make_global(hot_method);
324 if (_hot_method != NULL && _hot_method != _method) {
325 JNIHandles::destroy_global(_hot_method);
535 if (_hot_method != NULL) {
537 (methodOop)JNIHandles::resolve(_hot_method));
H A DcompileBroker.hpp57 jobject _hot_method; // which method actually triggered this task member in class:CompileTask

Completed in 39 milliseconds