Re: RFR: 8340011: Simplify jdk.internal.classfile.impl.EntryMap

2024-09-12 Thread Claes Redestad
On Thu, 12 Sep 2024 13:26:45 GMT, Claes Redestad wrote: > Minor refactoring to avoid the need to define two anonymous classes that > override `EntryMap`. Minor speed-up in interpreter, as well. Thanks! - PR Comment: https://git.openjdk.org/jdk/pull/20966#issuecomment-2346561354

Re: RFR: 8340011: Simplify jdk.internal.classfile.impl.EntryMap

2024-09-12 Thread Chen Liang
On Thu, 12 Sep 2024 13:26:45 GMT, Claes Redestad wrote: > Minor refactoring to avoid the need to define two anonymous classes that > override `EntryMap`. Minor speed-up in interpreter, as well. Marked as reviewed by liach (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/2

RFR: 8340011: Simplify jdk.internal.classfile.impl.EntryMap

2024-09-12 Thread Claes Redestad
Minor refactoring to avoid the need to define two anonymous classes that override `EntryMap`. Minor speed-up in interpreter, as well. - Commit messages: - Simplify jdk.internal.classfile.impl.EntryMap Changes: https://git.openjdk.org/jdk/pull/20966/files Webrev: https://webrevs.o