< prev index next >

src/hotspot/share/runtime/vmStructs.hpp

Print this page
rev 54257 : [mq]: 8221408-win32-hotspot-buildfixes

@@ -270,11 +270,11 @@
 //--------------------------------------------------------------------------------
 // VMLongConstantEntry macros
 //
 
 #define GENERATE_VM_LONG_CONSTANT_ENTRY(name) \
-  { QUOTE(name), name },
+  { QUOTE(name), (uint64_t)(name) },
 
 #define GENERATE_PREPROCESSOR_VM_LONG_CONSTANT_ENTRY(name, value) \
   { name, value },
 
 // This macro generates the sentinel value indicating the end of the list
< prev index next >