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

/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp1946 // inteference when updating the static variables base_path and dump_file_seq below.
1953 static uint dump_file_seq = 0; local
1963 if (dump_file_seq == 0) { // first time in, we initialize base_path
2019 jio_snprintf(my_path, len, "%s.%d", base_path, dump_file_seq);
2021 dump_file_seq++; // increment seq number for next time we dump

Completed in 26 milliseconds