8037043: put Method flag bits in predictable positions

Reviewed-by: kvn, coleenp
This commit is contained in:
Christian Thalinger 2014-03-11 14:54:47 -07:00
parent a0bb00ac27
commit 1a1f9f0871
2 changed files with 51 additions and 16 deletions

View file

@ -2336,6 +2336,12 @@ typedef TwoOopHashtable<Symbol*, mtClass> SymbolTwoOopHashtable;
/* ConstMethod anon-enum */ \
/********************************/ \
\
declare_constant(Method::_jfr_towrite) \
declare_constant(Method::_caller_sensitive) \
declare_constant(Method::_force_inline) \
declare_constant(Method::_dont_inline) \
declare_constant(Method::_hidden) \
\
declare_constant(ConstMethod::_has_linenumber_table) \
declare_constant(ConstMethod::_has_checked_exceptions) \
declare_constant(ConstMethod::_has_localvariable_table) \