mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8222502: Replace 19,20 case alternatives with JVM_CONSTANT_Module/Package names
Add JVM_CONSTANT_Module and JVM_CONSTANT_Package to classfile_constants.h Reviewed-by: coleenp, hseigel
This commit is contained in:
parent
86eaf87d1f
commit
4f2478e234
5 changed files with 15 additions and 6 deletions
|
@ -2095,6 +2095,8 @@ typedef PaddedEnd<ObjectMonitor> PaddedObjectMonitor;
|
|||
declare_constant(JVM_CONSTANT_MethodType) \
|
||||
declare_constant(JVM_CONSTANT_Dynamic) \
|
||||
declare_constant(JVM_CONSTANT_InvokeDynamic) \
|
||||
declare_constant(JVM_CONSTANT_Module) \
|
||||
declare_constant(JVM_CONSTANT_Package) \
|
||||
declare_constant(JVM_CONSTANT_ExternalMax) \
|
||||
\
|
||||
declare_constant(JVM_CONSTANT_Invalid) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue