make/bsd/platform_i486.suncc

Tue, 29 Jul 2014 13:56:29 +0200

author
thartmann
date
Tue, 29 Jul 2014 13:56:29 +0200
changeset 7002
a073be2ce5c2
parent 0
f90c822e73f8
permissions
-rw-r--r--

8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp
Summary: Fixed parfait warnings caused by __HI and __LO macros in sharedRuntimeMath.hpp by using a union.
Reviewed-by: kvn

aoqi@0 1 os_family = bsd
aoqi@0 2
aoqi@0 3 arch = x86
aoqi@0 4
aoqi@0 5 arch_model = x86_32
aoqi@0 6
aoqi@0 7 os_arch = bsd_x86
aoqi@0 8
aoqi@0 9 os_arch_model = bsd_x86_32
aoqi@0 10
aoqi@0 11 lib_arch = i386
aoqi@0 12
aoqi@0 13 compiler = sparcWorks
aoqi@0 14
aoqi@0 15 gnu_dis_arch = i386
aoqi@0 16
aoqi@0 17 sysdefs = -D_ALLBSD_SOURCE -DSPARC_WORKS -D_GNU_SOURCE -DIA32

mercurial