make/linux/platform_arm

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

     1 os_family = linux
     3 arch = arm
     5 arch_model = arm
     7 os_arch = linux_arm
     9 os_arch_model = linux_arm
    11 lib_arch = arm
    13 compiler = gcc
    15 gnu_dis_arch = arm
    17 sysdefs = -DLINUX -D_GNU_SOURCE -DARM

mercurial