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

/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp184 bool live_objects_only = true; // default is true to retain the behavior before this change is made local
191 live_objects_only = strcmp(arg1, "-live") == 0;
194 // Request a full GC before heap dump if live_objects_only = true
197 HeapDumper dumper(live_objects_only /* request GC */);
221 bool live_objects_only = true; // default is true to retain the behavior before this change is made local
228 live_objects_only = strcmp(arg0, "-live") == 0;
230 VM_GC_HeapInspection heapop(out, live_objects_only /* request full gc */, true /* need_prologue */);

Completed in 30 milliseconds