On Wed, 27 May 2026 13:58:49 GMT, ExE Boss <[email protected]> wrote: >> Daisuke Yamazaki has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - Include BSM entry in garbage prefill for constant pool hashing >> - Fix hash code computation in BootstrapMethodEntry to use poolHash >> - Correct incomplete comment > > test/jdk/jdk/classfile/PoolEntryHashCodeTest.java line 153: > >> 151: pool.utf8Entry("ignore: " + i); >> 152: } >> 153: } > > My version in the bug report also intentionally added a > `BootstrapMethodEntry` to this pool.
Thanks for pointing that out. I had misunderstood the intent. I've fixed this. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31255#discussion_r3311624560
