src/share/vm/runtime/perfMemory.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/perfMemory.hpp	Wed Jan 15 01:42:46 2014
--- new/src/share/vm/runtime/perfMemory.hpp	Wed Jan 15 01:42:45 2014

*** 53,63 **** --- 53,63 ---- * The PerfDataPrologue structure is known by the PerfDataBuffer Java class * libraries that read the PerfData memory region. The size and the position * of the fields must be changed along with their counterparts in the * PerfDataBuffer Java class. The first four bytes of this structure * should never change, or compatibility problems between the monitoring ! * applications and Hotspot VMs will result. The reserved fields are ! * applications and HotSpot VMs will result. The reserved fields are * available for future enhancements. */ typedef struct { jint magic; // magic number - 0xcafec0c0 jbyte byte_order; // byte order of the buffer

src/share/vm/runtime/perfMemory.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File