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

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.hpp131 enum { null_index = 0, first_index = 1, index_cache_threshold = 20 }; enumerator in enum:OopRecorder::__anon203
H A DoopRecorder.cpp101 } else if (index == index_cache_threshold && _arena != NULL) {

Completed in 29 milliseconds