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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp67 static int _codemem_full_count; member in class:CodeCache
196 static int get_codemem_full_count() { return _codemem_full_count; }
H A DcodeCache.cpp122 int CodeCache::_codemem_full_count = 0; member in class:CodeCache
779 _codemem_full_count++;
790 event.set_fullCount(_codemem_full_count);

Completed in 90 milliseconds