diff -r 29d9167ccc82 -r 8f0d0faa51e2 hotspot/src/cpu/x86/vm/jvmciCodeInstaller_x86.cpp --- a/hotspot/src/cpu/x86/vm/jvmciCodeInstaller_x86.cpp Tue Mar 29 21:33:26 2016 +0300 +++ b/hotspot/src/cpu/x86/vm/jvmciCodeInstaller_x86.cpp Fri Mar 25 12:43:23 2016 +0100 @@ -96,7 +96,7 @@ #endif } else { address operand = Assembler::locate_operand(pc, Assembler::imm_operand); - *((Metadata**) operand) = record_metadata_reference(constant, CHECK); + *((void**) operand) = record_metadata_reference(constant, CHECK); TRACE_jvmci_3("relocating (metaspace constant) at " PTR_FORMAT "/" PTR_FORMAT, p2i(pc), p2i(operand)); } }