提交 a0f3255c 编写于 作者: K kamg

6695506: JVM should accept classfiles with classfile version 51

Summary: increase class file parser's acceptable max to 51
Reviewed-by: sbohne, ikrylov
上级 d1449691
......@@ -34,7 +34,7 @@
#define JAVA_CLASSFILE_MAGIC 0xCAFEBABE
#define JAVA_MIN_SUPPORTED_VERSION 45
#define JAVA_MAX_SUPPORTED_VERSION 50
#define JAVA_MAX_SUPPORTED_VERSION 51
#define JAVA_MAX_SUPPORTED_MINOR_VERSION 0
// Used for two backward compatibility reasons:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册