On Wed, 11 Mar 2026 17:53:30 GMT, Mikhail Yankelevich 
<[email protected]> wrote:

>> * Changed the test to save the output to the file in order to filter the 
>> possible exceptions/warnings from JVM
>> * Minor cleanup
>
> Mikhail Yankelevich has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   removed start and end as no longer neeeded

test/jdk/sun/security/util/HexDumpEncoderTests.java line 74:

> 72:                             // getting the charset to test
> 73:                             final var charset = (Charset) field
> 74:                                     .get(StandardCharsets.ISO_8859_1);

You can call `get(null)`. These are static fields.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30021#discussion_r2924547366

Reply via email to