Integrated: 8297683: Use enhanced-for cycle instead of Enumeration in java.security.jgss

2022-12-04 Thread Andrey Turbanov
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. > >

Re: RFR: 8295803: Console should be usable in jshell and other environments [v4]

2022-12-04 Thread Alan Bateman
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

Re: RFR: 8296384: [TESTBUG] sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently timeout [v2]

2022-12-04 Thread yansendao
> 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

Re: RFR: 8298045: Fix hidden but significant trailing whitespace in properties files for core-libs code

2022-12-04 Thread Justin Lu
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

Re: RFR: 8296384: [TESTBUG] sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently timeout [v3]

2022-12-04 Thread yansendao
> 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

Re: RFR: 8295803: Console should be usable in jshell and other environments [v4]

2022-12-04 Thread Andrey Turbanov
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

Re: RFR: 8296384: [TESTBUG] sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently timeout [v4]

2022-12-04 Thread yansendao
> 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:/

Integrated: 8296384: [TESTBUG] sun/security/provider/SecureRandom/AbstractDrbg/SpecTest.java intermittently timeout

2022-12-04 Thread yansendao
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