make/windows/jvmexp_g.lcf

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

duke@435 1 -export:JNI_GetDefaultJavaVMInitArgs
duke@435 2 -export:JNI_CreateJavaVM
duke@435 3 -export:JNI_GetCreatedJavaVMs
duke@435 4
duke@435 5 -export:jio_snprintf
duke@435 6 -export:jio_printf
duke@435 7 -export:jio_fprintf
duke@435 8 -export:jio_vfprintf
duke@435 9 -export:jio_vsnprintf
duke@435 10

mercurial