mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8245521: Remove STACK_BIAS
Reviewed-by: dholmes, mbaesken, kvn
This commit is contained in:
parent
44a0a08991
commit
1401fe0087
13 changed files with 23 additions and 40 deletions
|
@ -381,7 +381,6 @@
|
|||
#define VM_INT_CONSTANTS(declare_constant, declare_constant_with_value, declare_preprocessor_constant) \
|
||||
declare_preprocessor_constant("ASSERT", DEBUG_ONLY(1) NOT_DEBUG(0)) \
|
||||
declare_preprocessor_constant("FIELDINFO_TAG_SIZE", FIELDINFO_TAG_SIZE) \
|
||||
declare_preprocessor_constant("STACK_BIAS", STACK_BIAS) \
|
||||
\
|
||||
declare_constant(CompLevel_none) \
|
||||
declare_constant(CompLevel_simple) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue