On Fri, 5 Jan 2024 20:50:16 GMT, Mandy Chung <mch...@openjdk.org> wrote:
>> Adam Sotona has updated the pull request incrementally with one additional >> commit since the last revision: >> >> StackCounter fix > > src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java line 135: > >> 133: var cc = ClassFile.of(); >> 134: var entries = new ArrayList<PoolEntry>(20); >> 135: var q = new Object() { > > It'd be helpful to add a comment to explain what this optimization is doing. Yes, I'll add an explanation comment, thanks. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17121#discussion_r1444717838