> 8267630: Start of release updates for JDK 18
Joe Darcy has updated the pull request with a new target base due to a merge or
a rebase. The incremental webrev excludes the unrelated changes brought in by
the merge/rebase. The pull request contains 15 additional commits since the
last revision:
Add the Base64 Decode intrinsic for x86 to utilize AVX-512 for acceleration.
Also allows for performance improvement for non-AVX-512 enabled platforms. Due
to the nature of MIME-encoded inputs, modify the intrinsic signature to accept
an additional parameter (isMIME) for fast-path MIME decoding.
On Fri, 4 Jun 2021 10:53:42 GMT, Maurizio Cimadamore
wrote:
> Turns out that adding more timeout is a lost cause here. The root cause of
> the slowdown when running the test in debug build is:
>
> https://bugs.openjdk.java.net/browse/JDK-8266074
>
> Which has also caused related test issues:
On Thu, 13 May 2021 20:52:33 GMT, Stephen Colebourne
wrote:
> 8266846: Add java.time.InstantSource
This pull request has now been integrated.
Changeset: 6c838c56
Author:Stephen Colebourne
Committer: Roger Riggs
URL:
https://git.openjdk.java.net/jdk/commit/6c838c568c2c99145fd0ae805
On Fri, 4 Jun 2021 20:20:26 GMT, Jan Lahoda wrote:
>> This is a preview of a patch implementing JEP 406: Pattern Matching for
>> switch (Preview):
>> https://bugs.openjdk.java.net/browse/JDK-8213076
>>
>> The current draft of the specification is here:
>> http://cr.openjdk.java.net/~gbierman/je
On Fri, 4 Jun 2021 20:17:43 GMT, Jan Lahoda wrote:
>> Jan Lahoda has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fixing typo.
>
> Thanks a lot for all the feedback. I've tried to do the requested changes in
> the recent commits.
@lahod