hotspot/src/cpu/zero/vm/interpreterRT_zero.cpp
changeset 27471 6e56277909f1
parent 13728 882756847a04
child 36181 3a16e8ce0abf
--- a/hotspot/src/cpu/zero/vm/interpreterRT_zero.cpp	Mon Nov 03 11:34:13 2014 -0800
+++ b/hotspot/src/cpu/zero/vm/interpreterRT_zero.cpp	Wed Oct 29 10:13:24 2014 +0100
@@ -155,7 +155,7 @@
 
   intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
   SlowSignatureHandlerGenerator sshg(methodHandle(thread, method), buf);
-  sshg.generate(UCONST64(-1));
+  sshg.generate((uint64_t)CONST64(-1));
 
   SignatureHandler *handler = sshg.handler();
   handler->finalize();