mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8265480: add basic JVMCI support for JEP 309: Dynamic Class-File Constants
Reviewed-by: kvn, psandoz
This commit is contained in:
parent
9499175064
commit
7df0c10a4d
10 changed files with 391 additions and 31 deletions
|
@ -430,6 +430,7 @@
|
|||
declare_constant(JVM_CONSTANT_MethodHandle) \
|
||||
declare_constant(JVM_CONSTANT_MethodType) \
|
||||
declare_constant(JVM_CONSTANT_InvokeDynamic) \
|
||||
declare_constant(JVM_CONSTANT_Dynamic) \
|
||||
declare_constant(JVM_CONSTANT_Module) \
|
||||
declare_constant(JVM_CONSTANT_Package) \
|
||||
declare_constant(JVM_CONSTANT_ExternalMax) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue