6313046: Remove unused frame::native_param_addr code

Removed dead code in frame

Reviewed-by: dholmes, cjplummer, dsamersoff
This commit is contained in:
Mikael Vidstedt 2015-03-11 12:00:26 -07:00
parent fc9ab8f530
commit 2b6f0b511f
9 changed files with 12 additions and 65 deletions

View file

@ -2584,7 +2584,6 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
/**********************/ \
/* frame */ \
/**********************/ \
NOT_ZERO(PPC64_ONLY(declare_constant(frame::abi_minframe_size))) \
NOT_ZERO(PPC64_ONLY(declare_constant(frame::entry_frame_locals_size))) \
\
NOT_ZERO(X86_ONLY(declare_constant(frame::entry_frame_call_wrapper_offset))) \