mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8003868: fix shark for latest HotSpot and LLVM
Reviewed-by: twisti
This commit is contained in:
parent
31411dbc32
commit
96562be9e5
30 changed files with 329 additions and 380 deletions
|
@ -80,6 +80,11 @@ void MacroAssembler::store_oop(jobject obj) {
|
|||
emit_address((address) obj);
|
||||
}
|
||||
|
||||
void MacroAssembler::store_Metadata(Metadata* md) {
|
||||
code_section()->relocate(pc(), metadata_Relocation::spec_for_immediate());
|
||||
emit_address((address) md);
|
||||
}
|
||||
|
||||
static void should_not_call() {
|
||||
report_should_not_call(__FILE__, __LINE__);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue