< prev index next >

src/cpu/x86/vm/jvmciCodeInstaller_x86.cpp

Print this page

        

*** 94,104 **** #else JVMCI_ERROR("compressed Klass* on 32bit"); #endif } else { address operand = Assembler::locate_operand(pc, Assembler::imm_operand); ! *((Metadata**) operand) = record_metadata_reference(constant, CHECK); TRACE_jvmci_3("relocating (metaspace constant) at " PTR_FORMAT "/" PTR_FORMAT, p2i(pc), p2i(operand)); } } void CodeInstaller::pd_patch_DataSectionReference(int pc_offset, int data_offset, TRAPS) { --- 94,104 ---- #else JVMCI_ERROR("compressed Klass* on 32bit"); #endif } else { address operand = Assembler::locate_operand(pc, Assembler::imm_operand); ! *((void**) operand) = record_metadata_reference(constant, CHECK); TRACE_jvmci_3("relocating (metaspace constant) at " PTR_FORMAT "/" PTR_FORMAT, p2i(pc), p2i(operand)); } } void CodeInstaller::pd_patch_DataSectionReference(int pc_offset, int data_offset, TRAPS) {
< prev index next >