mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +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
|
@ -157,7 +157,7 @@ class StringConcat : public ResourceObj {
|
|||
Node* uct = _uncommon_traps.at(u);
|
||||
|
||||
// Build a new call using the jvms state of the allocate
|
||||
address call_addr = SharedRuntime::uncommon_trap_blob()->instructions_begin();
|
||||
address call_addr = SharedRuntime::uncommon_trap_blob()->entry_point();
|
||||
const TypeFunc* call_type = OptoRuntime::uncommon_trap_Type();
|
||||
int size = call_type->domain()->cnt();
|
||||
const TypePtr* no_memory_effects = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue