[jdk17u-dev] RFR: 8292297: Fix up loading of override java.security properties file

Martin Doerr mdoerr at openjdk.org
Fri Dec 30 11:22:53 UTC 2022


On Thu, 29 Dec 2022 10:04:07 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 17.0.7-oracle.
> 
> I had to resolve as
> 8280010: Remove double buffering of InputStream for Properties.load  is not in 17.
> The new code comes without the double buffering, but as I understand it is 
> also not needed in 17 and thus I left it as-is.

LGTM. The double buffering is redundant anyway (see description of [JDK-8280010](https://bugs.openjdk.org/browse/JDK-8280010) which will probably not get backported because it's a P5 enhancement).

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

Marked as reviewed by mdoerr (Reviewer).

PR: https://git.openjdk.org/jdk17u-dev/pull/996


More information about the jdk-updates-dev mailing list