Searched defs:_threshold (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DallocationStats.cpp33 float AllocationStats::_threshold = ((float)CMS_SweepTimerThresholdMillis)/1000; member in class:AllocationStats
H A DallocationStats.hpp37 static float _threshold; member in class:VALUE_OBJ_CLASS_SPEC
105 if (inter_sweep_current > _threshold) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.hpp54 int _threshold; member in class:ConcurrentG1RefineThread
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DKeyIntMap.java63 int _threshold; field in class:KeyIntMap
97 _threshold = (int)(_capacity * _loadFactor);
101 _threshold = (int)(DEFAULT_INITIAL_CAPACITY * DEFAULT_LOAD_FACTOR);
112 _threshold = (int)(DEFAULT_INITIAL_CAPACITY * DEFAULT_LOAD_FACTOR);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.hpp270 const intx _threshold; member in class:CMSLoopCountWarn
276 _src(src), _msg(msg), _threshold(threshold), _ticks(0) { }
280 if (CMSLoopWarn && _ticks % _threshold == 0) {
H A DconcurrentMarkSweepGeneration.hpp1390 HeapWord* _threshold; member in class:MarkFromRootsClosure
1425 HeapWord* _threshold; member in class:Par_MarkFromRootsClosure
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp384 HeapWord* _threshold) :
385 gen(_gen), space(_space), threshold(_threshold) {}
383 CompactPoint(Generation* _gen, CompactibleSpace* _space, HeapWord* _threshold) argument

Completed in 55 milliseconds