Searched refs:_max_depth (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp274 _max_depth = max_depth;
289 _max_depth = max_depth;
374 snapshot->dump_stack_at_safepoint(_max_depth, _with_locked_monitors);
H A Dvm_operations.hpp364 int _max_depth; member in class:VM_ThreadDump
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp166 NOT_PRODUCT(jint _max_depth;) // max depth plumbed during run
194 NOT_PRODUCT(_max_depth = MAX2(_max_depth, _index));
H A DconcurrentMark.cpp177 NOT_PRODUCT(_max_depth = 0);
200 NOT_PRODUCT(_max_depth = MAX2(_max_depth, next_index));
227 NOT_PRODUCT(_max_depth = MAX2(_max_depth, next_index));
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp179 NOT_PRODUCT(size_t _max_depth;) // max depth plumbed during run
207 NOT_PRODUCT(_max_depth = MAX2(_max_depth, _index));
H A DconcurrentMarkSweepGeneration.cpp6620 NOT_PRODUCT(_max_depth = 0);

Completed in 599 milliseconds