Skip to content

Commit 4ffed32

Browse files
AntonKozlovVladimir Kempik
authored andcommitted
8254940: AArch64: Cleanup non-product thread members
Reviewed-by: aph
1 parent cd66e0f commit 4ffed32

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

src/hotspot/os_cpu/linux_aarch64/thread_linux_aarch64.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@
2727
#define OS_CPU_LINUX_AARCH64_THREAD_LINUX_AARCH64_HPP
2828

2929
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
3930

4031
void pd_initialize() {
4132
_anchor.clear();

src/hotspot/os_cpu/windows_aarch64/thread_windows_aarch64.hpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@
2727

2828
private:
2929

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-
4030
void pd_initialize() {
4131
_anchor.clear();
4232
}

0 commit comments

Comments
 (0)