-
Enhancement
-
Resolution: Fixed
-
P3
-
13
-
b08
Many methods in the JVM are used by both invokedynamic and dynamic constant but still have a name that contains the word "invoke_dynamic" within them. For example:
ConstantPool::invoke_dynamic_name_and_type_ref_index_at
ConstantPool::invoke_dynamic_bootstrap_specifier_index
ConstantPool::invoke_dynamic_operand_base
This is a small enhancement task to clean up these names with the intention of making them more common for both indy and condy.
ConstantPool::invoke_dynamic_name_and_type_ref_index_at
ConstantPool::invoke_dynamic_bootstrap_specifier_index
ConstantPool::invoke_dynamic_operand_base
This is a small enhancement task to clean up these names with the intention of making them more common for both indy and condy.
- relates to
-
JDK-8210685 Bootstrap method consolidation
-
- Closed
-