[jdk17u-dev] RFR: 8292297: Fix up loading of override java.security properties file
    Goetz Lindenmaier 
    goetz at openjdk.org
       
    Thu Dec 29 10:10:36 UTC 2022
    
    
  
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.
-------------
Commit messages:
 - Backport 1f9ff413126fb68e07b8fc1f36dd3cb17093a484
Changes: https://git.openjdk.org/jdk17u-dev/pull/996/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=996&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8292297
  Stats: 166 lines in 3 files changed: 69 ins; 71 del; 26 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/996.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/996/head:pull/996
PR: https://git.openjdk.org/jdk17u-dev/pull/996
    
    
More information about the jdk-updates-dev
mailing list