comparison src/share/vm/runtime/vm_version.cpp @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents 1af104d6cf99
children 2ef3386478e6
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
165 return VM_RELEASE; 165 return VM_RELEASE;
166 } 166 }
167 167
168 #define OS LINUX_ONLY("linux") \ 168 #define OS LINUX_ONLY("linux") \
169 WINDOWS_ONLY("windows") \ 169 WINDOWS_ONLY("windows") \
170 SOLARIS_ONLY("solaris") 170 SOLARIS_ONLY("solaris") \
171 BSD_ONLY("bsd")
171 172
172 #ifdef ZERO 173 #ifdef ZERO
173 #define CPU ZERO_LIBARCH 174 #define CPU ZERO_LIBARCH
174 #else 175 #else
175 #define CPU IA32_ONLY("x86") \ 176 #define CPU IA32_ONLY("x86") \