On Sat, 25 Apr 2026 20:59:32 GMT, Anthony Scarpino <[email protected]> wrote:
>> test/jdk/java/security/PEM/PEMDecoderTest.java line 62: >> >>> 60: >>> 61: >>> PEMData.entryList.add(PEMData.insertPostHeaderChar(PEMData.ed25519priv, >>> '\s')); >>> 62: >>> PEMData.entryList.add(PEMData.insertPostHeaderChar(PEMData.ed25519priv, >>> '\t')); >> >> These 2 special cases are only added to `entryList` and not `passList`. Is >> this intended? > > `passList` is not used in this test. I see. Thanks. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30909#discussion_r3148011380
