RFR: JDK-8284858: Start of release updates for JDK 20 [v2]

Joe Darcy darcy at openjdk.java.net
Thu May 26 23:05:33 UTC 2022


On Thu, 26 May 2022 22:38:12 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Respond to review feedback.
>
> src/java.base/share/classes/jdk/internal/org/objectweb/asm/Opcodes.java line 312:
> 
>> 310:     int V18 = 0 << 16 | 62;
>> 311:     int V19 = 0 << 16 | 63;
>> 312:     int V20 = 0 << 17 | 64;
> 
> 17 ??
> 
> Though why do we even bother with this when the minor version is zero? Simple assignment works.

Doh! Will fix in the next pushed.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8236



More information about the build-dev mailing list