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:
Lois Foltan 2019-04-23 07:05:38 -04:00
parent 86eaf87d1f
commit 4f2478e234
5 changed files with 15 additions and 6 deletions

View file

@ -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) \