# HG changeset patch # User vladidan # Date 1386885981 28800 # Node ID 2a21bf819fea26f2b3e491bcb21c20ee6da3203f # Parent dc09e905db20bdd4de5ce9cc8068394fbeb8d95a# Parent bc8b01f98ae3c3409e05c48dde7c3dce81c69f7f Merge diff -r bc8b01f98ae3 -r 2a21bf819fea src/share/vm/utilities/globalDefinitions_gcc.hpp --- 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; }