Searched defs:num_snapshots (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp257 int num_snapshots = dump_result.num_snapshots(); local
258 assert(num_snapshots == num_threads, "Must have num_threads thread snapshots");
H A Dmanagement.cpp1237 int num_snapshots = dump_result.num_snapshots(); variable
1238 assert(num_snapshots == num_threads, "Must match the number of thread snapshots");
1304 int num_snapshots = dump_result.num_snapshots(); variable
1309 objArrayOop r = oopFactory::new_objArray(ik(), num_snapshots, CHECK_NULL);
H A DthreadService.hpp354 int num_snapshots() { return _num_snapshots; } function in class:ThreadDumpResult

Completed in 42 milliseconds