mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
7054345: Support version 52.0 class file in HotSpot
Accept classfiles with major version 52 Reviewed-by: coleenp, acorn
This commit is contained in:
parent
6b158b4089
commit
04a9a14193
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
#define JAVA_CLASSFILE_MAGIC 0xCAFEBABE
|
||||
#define JAVA_MIN_SUPPORTED_VERSION 45
|
||||
#define JAVA_MAX_SUPPORTED_VERSION 51
|
||||
#define JAVA_MAX_SUPPORTED_VERSION 52
|
||||
#define JAVA_MAX_SUPPORTED_MINOR_VERSION 0
|
||||
|
||||
// Used for two backward compatibility reasons:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue