comparison src/share/vm/runtime/perfMemory.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents f95d63e2154a
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
53 * The PerfDataPrologue structure is known by the PerfDataBuffer Java class 53 * The PerfDataPrologue structure is known by the PerfDataBuffer Java class
54 * libraries that read the PerfData memory region. The size and the position 54 * libraries that read the PerfData memory region. The size and the position
55 * of the fields must be changed along with their counterparts in the 55 * of the fields must be changed along with their counterparts in the
56 * PerfDataBuffer Java class. The first four bytes of this structure 56 * PerfDataBuffer Java class. The first four bytes of this structure
57 * should never change, or compatibility problems between the monitoring 57 * should never change, or compatibility problems between the monitoring
58 * applications and Hotspot VMs will result. The reserved fields are 58 * applications and HotSpot VMs will result. The reserved fields are
59 * available for future enhancements. 59 * available for future enhancements.
60 */ 60 */
61 typedef struct { 61 typedef struct {
62 jint magic; // magic number - 0xcafec0c0 62 jint magic; // magic number - 0xcafec0c0
63 jbyte byte_order; // byte order of the buffer 63 jbyte byte_order; // byte order of the buffer