mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute
Reviewed-by: twisti
This commit is contained in:
parent
f74039fd41
commit
cc7c58e166
17 changed files with 361 additions and 328 deletions
|
@ -1676,10 +1676,7 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
/* 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) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue