< 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,57 **** 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 = 56; // JDK12 private static final int MAGIC = 0xCAFEBABE; /** * Creates a {@link Classfile} by parsing the class file bytes for {@code type} loadable from * {@code context}. --- 47,57 ---- 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 = 57; // JDK13 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 >