changeset 5743:dc09e905db20

Merge
author vladidan
date Thu, 12 Dec 2013 17:08:04 -0500
parents e3995ab44393 (current diff) fa6d364024c2 (diff)
children 2a21bf819fea
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/utilities/globalDefinitions_gcc.hpp	Thu Dec 12 16:13:44 2013 +0100
+++ b/src/share/vm/utilities/globalDefinitions_gcc.hpp	Thu Dec 12 17:08:04 2013 -0500
@@ -174,6 +174,7 @@
 
 inline jint    jint_cast   (jfloat  x)           { return *(jint*   )&x; }
 inline jlong   jlong_cast  (jdouble x)           { return *(jlong*  )&x; }
+inline julong  julong_cast (jdouble x)           { return *(julong* )&x; }
 
 inline jfloat  jfloat_cast (jint    x)           { return *(jfloat* )&x; }
 inline jdouble jdouble_cast(jlong   x)           { return *(jdouble*)&x; }