comparison src/os_cpu/bsd_zero/vm/bytes_bsd_zero.inline.hpp @ 4006:436b4a3231bf

7098194: integrate macosx-port changes Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: Christos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
author dcubed
date Thu, 13 Oct 2011 09:35:42 -0700
parents f08d439fab8c
children
comparison
equal deleted inserted replaced
4005:2ef3386478e6 4006:436b4a3231bf
27 27
28 // Efficient swapping of data bytes from Java byte 28 // Efficient swapping of data bytes from Java byte
29 // ordering to native byte ordering and vice versa. 29 // ordering to native byte ordering and vice versa.
30 30
31 #ifdef __APPLE__ 31 #ifdef __APPLE__
32 #include <libkern/OSByteOrder.h> 32 # include <libkern/OSByteOrder.h>
33 #else 33 #else
34 # include <sys/endian.h> 34 # include <sys/endian.h>
35 #endif 35 #endif
36 36
37 #if defined(__APPLE__) 37 #if defined(__APPLE__)