mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
6984311: JSR 292 needs optional bootstrap method parameters
Allow CONSTANT_InvokeDynamic nodes to have any number of extra operands. Reviewed-by: twisti
This commit is contained in:
parent
fb2011ac04
commit
ce0125e7f2
26 changed files with 689 additions and 126 deletions
|
@ -1527,6 +1527,17 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
\
|
||||
declare_constant(symbolOopDesc::max_symbol_length) \
|
||||
\
|
||||
/*************************************************/ \
|
||||
/* constantPoolOop layout enum for InvokeDynamic */ \
|
||||
/*************************************************/ \
|
||||
\
|
||||
declare_constant(constantPoolOopDesc::_multi_operand_count_offset) \
|
||||
declare_constant(constantPoolOopDesc::_multi_operand_base_offset) \
|
||||
declare_constant(constantPoolOopDesc::_indy_bsm_offset) \
|
||||
declare_constant(constantPoolOopDesc::_indy_nt_offset) \
|
||||
declare_constant(constantPoolOopDesc::_indy_argc_offset) \
|
||||
declare_constant(constantPoolOopDesc::_indy_argv_offset) \
|
||||
\
|
||||
/*********************************************/ \
|
||||
/* ConstantPoolCacheEntry FlagBitValues enum */ \
|
||||
/*********************************************/ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue