hotspot/src/share/vm/oops/constMethod.hpp
changeset 27471 6e56277909f1
parent 23515 f4872ef5df09
child 27612 7201412afbd0
--- a/hotspot/src/share/vm/oops/constMethod.hpp	Mon Nov 03 11:34:13 2014 -0800
+++ b/hotspot/src/share/vm/oops/constMethod.hpp	Wed Oct 29 10:13:24 2014 +0100
@@ -277,7 +277,7 @@
   bool has_stackmap_table() const { return _stackmap_data != NULL; }
 
   void init_fingerprint() {
-    const uint64_t initval = CONST64(0x8000000000000000);
+    const uint64_t initval = UCONST64(0x8000000000000000);
     _fingerprint = initval;
   }