make/linux/platform_amd64.suncc

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

author
thartmann
date
Tue, 29 Jul 2014 13:56:29 +0200
changeset 7002
a073be2ce5c2
parent 526
a294fd0c4b38
child 6876
710a3c8b516e
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

dcubed@485 1 os_family = linux
dcubed@485 2
dcubed@485 3 arch = x86
dcubed@485 4
dcubed@485 5 arch_model = x86_64
dcubed@485 6
dcubed@485 7 os_arch = linux_x86
dcubed@485 8
dcubed@485 9 os_arch_model = linux_x86_64
dcubed@485 10
dcubed@485 11 lib_arch = amd64
dcubed@485 12
dcubed@485 13 compiler = sparcWorks
dcubed@485 14
dcubed@485 15 gnu_dis_arch = amd64
dcubed@485 16
dcubed@485 17 sysdefs = -DLINUX -DSPARC_WORKS -D_GNU_SOURCE -DAMD64

mercurial