< prev index next >

src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/classfile/Classfile.java

Print this page

        

@@ -47,11 +47,11 @@
 
     private final ResolvedJavaType type;
     private final List<ClassfileBytecode> codeAttributes;
 
     private static final int MAJOR_VERSION_JAVA_MIN = 51; // JDK7
-    private static final int MAJOR_VERSION_JAVA_MAX = 58; // JDK14
+    private static final int MAJOR_VERSION_JAVA_MAX = 59; // JDK15
     private static final int MAGIC = 0xCAFEBABE;
 
     /**
      * Creates a {@link Classfile} by parsing the class file bytes for {@code type} loadable from
      * {@code context}.
< prev index next >