File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 27
27
#define OS_CPU_LINUX_AARCH64_THREAD_LINUX_AARCH64_HPP
28
28
29
29
private:
30
- #ifdef ASSERT
31
- // spill stack holds N callee-save registers at each Java call and
32
- // grows downwards towards limit
33
- // we need limit to check we have space for a spill and base so we
34
- // can identify all live spill frames at GC (eventually)
35
- address _spill_stack;
36
- address _spill_stack_base;
37
- address _spill_stack_limit;
38
- #endif // ASSERT
39
30
40
31
void pd_initialize () {
41
32
_anchor.clear ();
Original file line number Diff line number Diff line change 27
27
28
28
private:
29
29
30
- #ifdef ASSERT
31
- // spill stack holds N callee-save registers at each Java call and
32
- // grows downwards towards limit
33
- // we need limit to check we have space for a spill and base so we
34
- // can identify all live spill frames at GC (eventually)
35
- address _spill_stack;
36
- address _spill_stack_base;
37
- address _spill_stack_limit;
38
- #endif // ASSERT
39
-
40
30
void pd_initialize () {
41
31
_anchor.clear ();
42
32
}
You can’t perform that action at this time.
0 commit comments