8245521: Remove STACK_BIAS

Reviewed-by: dholmes, mbaesken, kvn
This commit is contained in:
Mikael Vidstedt 2020-05-26 12:36:59 -07:00
parent 44a0a08991
commit 1401fe0087
13 changed files with 23 additions and 40 deletions

View file

@ -2036,12 +2036,6 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
\
declare_preprocessor_constant("ASSERT", DEBUG_ONLY(1) NOT_DEBUG(0)) \
\
/**************/ \
/* Stack bias */ \
/**************/ \
\
declare_preprocessor_constant("STACK_BIAS", STACK_BIAS) \
\
/****************/ \
/* Object sizes */ \
/****************/ \