mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
7071653: JSR 292: call site change notification should be pushed not pulled
Reviewed-by: kvn, never, bdelsart
This commit is contained in:
parent
ac99f413d7
commit
134c40b4db
27 changed files with 906 additions and 526 deletions
|
@ -120,8 +120,8 @@ class TemplateTable: AllStatic {
|
|||
|
||||
// helpers
|
||||
static void unimplemented_bc();
|
||||
static void patch_bytecode(Bytecodes::Code bc, Register scratch1,
|
||||
Register scratch2, bool load_bc_in_scratch = true);
|
||||
static void patch_bytecode(Bytecodes::Code bc, Register bc_reg,
|
||||
Register temp_reg, bool load_bc_into_bc_reg = true, int byte_no = -1);
|
||||
|
||||
// C calls
|
||||
static void call_VM(Register oop_result, address entry_point);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue