8143817: C1: Platform dependent stack space not preserved for all runtime calls

Reviewed-by: roland
This commit is contained in:
Martin Doerr 2015-12-08 14:44:00 +01:00
parent 1a4c3a752d
commit 682da74418
2 changed files with 14 additions and 11 deletions

View file

@ -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);