mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -132,6 +132,7 @@
|
|||
template(tag_runtime_invisible_parameter_annotations,"RuntimeInvisibleParameterAnnotations") \
|
||||
template(tag_annotation_default, "AnnotationDefault") \
|
||||
template(tag_enclosing_method, "EnclosingMethod") \
|
||||
template(tag_bootstrap_methods, "BootstrapMethods") \
|
||||
\
|
||||
/* exception klasses: at least all exceptions thrown by the VM have entries here */ \
|
||||
template(java_lang_ArithmeticException, "java/lang/ArithmeticException") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue