On Sat, 2 Jul 2022 21:21:37 GMT, Ryan Ernst wrote:
>> This is a followup to simplify Shutdown.exit after the removal of
>> finalizers (https://bugs.openjdk.org/browse/JDK-8198250). Once agreement
>> on the approach has been reached in this PR, a CSR will be filed to
>> propose the spec change to
On Fri, 1 Jul 2022 20:01:48 GMT, Ryan Ernst wrote:
> This is a followup to simplify Shutdown.exit after the removal of
> finalizers (https://bugs.openjdk.org/browse/JDK-8198250). Once agreement
> on the approach has been reached in this PR, a CSR will be filed to
> propose the spec change to Runt
On Sat, 2 Jul 2022 18:13:28 GMT, Jesper Wilhelmsson
wrote:
>> Forwardport JDK 19 -> JDK 20
>
> Jesper Wilhelmsson has updated the pull request with a new target base due to
> a merge or a rebase. The pull request now contains 199 commits:
>
> - Merge remote-tracking branch 'jdk19/master' into
On Sat, 18 Jun 2022 00:31:06 GMT, Naoto Sato wrote:
>> This is a regression caused by the fix to
>> [JDK-8286287](https://bugs.openjdk.org/browse/JDK-8286287), which assumed
>> the method `String.decodeWithDecoder()` was only invoked with cs.REPLACE
>> mode based on the comment "should not hap