Searched refs:gc_index (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/share/vm/services/
H A DmemoryManager.cpp320 if (_last_gc_stat->gc_index() != 0) {
321 dest->set_index(_last_gc_stat->gc_index());
330 return _last_gc_stat->gc_index();
H A DmemoryManager.hpp120 size_t gc_index() { return _index; } function in class:GCStatInfo
H A Djmm.h185 jlong gc_index; /* Index of the collections */ member in struct:__anon719
H A DgcNotifier.cpp163 constructor_args.push_long(gcStatInfo->gc_index());
H A Dmanagement.cpp1844 // gc_index == 0 indicates no GC statistics available
1868 gc_stat->gc_index = 0;
1872 gc_stat->gc_index = stat.gc_index();
/openjdk10/jdk/src/jdk.management/share/native/libmanagement_ext/
H A DGcInfoBuilder.c235 if (gc_stat.gc_index == 0) {
301 gc_stat.gc_index,
/openjdk10/jdk/src/java.management/share/native/include/
H A Djmm.h185 jlong gc_index; /* Index of the collections */ member in struct:__anon1315

Completed in 110 milliseconds