mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6978355: renaming for 6961697
This is the renaming part of 6961697 to keep the actual changes small for review. Reviewed-by: kvn, never
This commit is contained in:
parent
3756a7daa9
commit
a4b2fe3b1c
66 changed files with 613 additions and 658 deletions
|
@ -1891,7 +1891,7 @@ void GraphKit::uncommon_trap(int trap_request,
|
|||
kill_dead_locals();
|
||||
|
||||
// Now insert the uncommon trap subroutine call
|
||||
address call_addr = SharedRuntime::uncommon_trap_blob()->instructions_begin();
|
||||
address call_addr = SharedRuntime::uncommon_trap_blob()->entry_point();
|
||||
const TypePtr* no_memory_effects = NULL;
|
||||
// Pass the index of the class to be loaded
|
||||
Node* call = make_runtime_call(RC_NO_LEAF | RC_UNCOMMON |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue