changeset 13448:2a21bf819fea

Merge
author vladidan
date Thu, 12 Dec 2013 14:06:21 -0800
parents dc09e905db20 (diff) bc8b01f98ae3 (current diff)
children 41f4cad94c58
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 11:22:26 2013 -0800
+++ b/src/share/vm/utilities/globalDefinitions_gcc.hpp	Thu Dec 12 14:06:21 2013 -0800
@@ -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; }