JDK 15 RFR of JDK 15 RFR: JDK-8225361 : Start of release updates for JDK 15
Alan Bateman
Alan.Bateman at oracle.com
Mon Dec 9 07:48:14 UTC 2019
On 07/12/2019 07:30, David Holmes wrote:
>
> Harold is handling the classfileParser.cpp changes under:
>
> "8235513: Change JVM to check for preview features using
> JVM_CLASSFILE_MAJOR_VERSION"
>
> which is out for review.
>
> I skimmed through all the changes:
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassFile.java
>
> ! V59(59, 0); // JDK 14
>
> s/14/15/
>
> Otherwise all seems fine.
I looked through the patch file and didn't see any other issues. At some
point I think we can change the ClasFileVersionsTests to not require an
update at each class file version bump.
-Alan
More information about the hotspot-dev
mailing list