JDK 15 RFR of JDK 15 RFR: JDK-8225361 : Start of release updates for JDK 15

Joe Darcy joe.darcy at oracle.com
Tue Dec 10 18:26:45 UTC 2019


Hi Harold,

On 12/10/2019 7:25 AM, Harold Seigel wrote:
>
> Hi Joe,
>
> Once you've included the recent JDK-14 fix for JDK-8235513 
> <https://bugs.openjdk.java.net/browse/JDK-8235513> into your changes 
> then I think the only classFileParser.cpp changes that are needed are:
>
>     +#define JAVA_15_VERSION 59
>
Got it; I've merged in your changes into my working repo and I'll submit 
another test job with the JAVA_15_VERSION definition to verify all is well.

> Also, there's no need to change test 
> test/hotspot/jtreg/runtime/records/oldRecordAttribute.jcod
>
Right; it is not strictly necessary to change the version number in that 
file, but as I was changing all the other version of the jcod files, I 
thought it was a slightly better as a test to use the immediately prior 
major version in the file.


> Thanks for changing the other .jcod test files.
>
For future work, it would be helpful to have the ability to have the 
effect of filling in the version number as a variable.

Thanks,

-Joe


> Thanks, Harold
>
> On 12/7/2019 1:35 AM, Joe Darcy wrote:
>> Hello,
>>
>> Please review the VM portions of the start-of-release updates for JDK 
>> 15:
>>
>> http://cr.openjdk.java.net/~darcy/8225361.5/
>>
>> Some additional adjustments to class file parsing for records may 
>> occur and get merged in before the start of 15.
>>
>> Thanks,
>>
>> -Joe
>>


More information about the hotspot-dev mailing list