On Sun, 27 Nov 2022 13:21:25 GMT, Andrey Turbanov wrote:
> java.util.Enumeration is a legacy interface from java 1.0.
> There are a few places with cycles which use it to iterate over collections.
> We can replace this manual cycle with enchanced-for, which is shorter and
> easier to read.
>
>
On Sat, 3 Dec 2022 19:18:48 GMT, Naoto Sato wrote:
>> This is to allow Console to be used even when it is not attached to the
>> platform provided terminal, such as the case when the standard input is
>> redirected. `System.console()` now returns a Console implementation based on
>> `jdk.inter
> 8296384: [TESTBUG]
> sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently
> timeout
yansendao 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
On Fri, 2 Dec 2022 16:40:51 GMT, Magnus Ihse Bursie wrote:
> According to [the
> specification](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/Properties.html#load(java.io.Reader))
> trailing whitespaces in the values of properties files are (somewhat
> surprisingly) ac
> 8296384: [TESTBUG]
> sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently
> timeout
yansendao has updated the pull request incrementally with two additional
commits since the last revision:
- Merge branch 'jbs8296384' of github.com:sendaoYan/jdk-ysd into jbs8296384
On Sat, 3 Dec 2022 19:18:48 GMT, Naoto Sato wrote:
>> This is to allow Console to be used even when it is not attached to the
>> platform provided terminal, such as the case when the standard input is
>> redirected. `System.console()` now returns a Console implementation based on
>> `jdk.inter
> 8296384: [TESTBUG]
> sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently
> timeout
yansendao has updated the pull request incrementally with one additional commit
since the last revision:
change copyright 2016 to 2016, 2022
-
Changes:
- all: https:/
On Mon, 7 Nov 2022 09:04:45 GMT, yansendao wrote:
> 8296384: [TESTBUG]
> sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently
> timeout
This pull request has now been integrated.
Changeset: 82561de7
Author:sendaoYan
Committer: Yi Yang
URL:
https://git.open