> There are some RegQueryValueEx* calls in e.g. net and nio, those can 
> potentially be simplified by using RegGetValue*.
> Benefit is that some null termination of string results might be not needed 
> any more, that is missing now.
> 
> See 
> https://learn.microsoft.com/de-de/windows/win32/api/winreg/nf-winreg-reggetvaluea
>  .
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Matthias Baesken has updated the pull request incrementally with one additional 
commit since the last revision:

  Remove RRF_NOEXPAND

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/32987/files
  - new: https://git.openjdk.org/jdk/pull/32987/files/351f9661..b0fec053

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=32987&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32987&range=00-01

  Stats: 8 lines in 3 files changed: 0 ins; 3 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/32987.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/32987/head:pull/32987

PR: https://git.openjdk.org/jdk/pull/32987

Reply via email to