Searched defs:_current_jni_active_count (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp96 static int _current_jni_active_count; // Counts the number of active critical natives during the safepoint member in class:SafepointSynchronize
155 _current_jni_active_count++;
H A Dsafepoint.cpp100 int SafepointSynchronize::_current_jni_active_count = 0; member in class:SafepointSynchronize
144 _current_jni_active_count = 0;
393 GC_locker::set_jni_lock_count(_current_jni_active_count);

Completed in 34 milliseconds