mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
Merge
This commit is contained in:
commit
39b0e57fdd
5098 changed files with 176905 additions and 81175 deletions
|
@ -61,6 +61,7 @@ void GraphKit::gen_stub(address C_function,
|
|||
JVMState* jvms = new (C) JVMState(0);
|
||||
jvms->set_bci(InvocationEntryBci);
|
||||
jvms->set_monoff(max_map);
|
||||
jvms->set_scloff(max_map);
|
||||
jvms->set_endoff(max_map);
|
||||
{
|
||||
SafePointNode *map = new (C) SafePointNode( max_map, jvms );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue