mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8143817: C1: Platform dependent stack space not preserved for all runtime calls
Reviewed-by: roland
This commit is contained in:
parent
1a4c3a752d
commit
682da74418
2 changed files with 14 additions and 11 deletions
|
@ -439,7 +439,7 @@ class LIRGenerator: public InstructionVisitor, public BlockClosure {
|
|||
SwitchRangeArray* create_lookup_ranges(LookupSwitch* x);
|
||||
void do_SwitchRanges(SwitchRangeArray* x, LIR_Opr value, BlockBegin* default_sux);
|
||||
|
||||
void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x);
|
||||
void do_RuntimeCall(address routine, Intrinsic* x);
|
||||
#ifdef TRACE_HAVE_INTRINSICS
|
||||
void do_ThreadIDIntrinsic(Intrinsic* x);
|
||||
void do_ClassIDIntrinsic(Intrinsic* x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue