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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h285 * HPROF_HEAP_DUMP_END terminates series of heap dump segments
314 HPROF_HEAP_DUMP_END = 0x2C, /* 1.0.2 only */ enumerator in enum:HprofTag
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java70 // Version 1.0.2 added HPROF_HEAP_DUMP_SEGMENT and HPROF_HEAP_DUMP_END
116 static final int HPROF_HEAP_DUMP_END = 0x2c; field in class:HprofReader
253 case HPROF_HEAP_DUMP_END: {
263 // HPROF_HEAP_DUMP_END only recognized in >= 1.0.2
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp309 * HPROF_HEAP_DUMP_END denotes the end of a heap dump
333 HPROF_HEAP_DUMP_END = 0x2C, enumerator in enum:__anon461
1394 // fixes up the current dump record )and writes HPROF_HEAP_DUMP_END
1516 // fixes up the current dump record )and writes HPROF_HEAP_DUMP_END
1524 writer()->write_u1(HPROF_HEAP_DUMP_END);
1791 // heap then the HPROF_HEAP_DUMP_END record is also written.

Completed in 30 milliseconds