On Fri, 24 Apr 2026 23:41:41 GMT, Weijun Wang <[email protected]> wrote:
>> Anthony Scarpino has updated the pull request incrementally with one >> additional commit since the last revision: >> >> add bugid > > 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. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30909#discussion_r3142561506
