On Mon, 8 Jan 2024 13:38:16 GMT, Adam Sotona <asot...@openjdk.org> wrote:

> ClassFile API performance related improvements have been separated from 
> #17121 into this PR.
> 
> These improvements are important to minimize performance regression of
> 8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the 
> Classfile API to generate proxy classes #17121
> 
> Please review.
> 
> Thanks,
> Adam

src/java.base/share/classes/jdk/internal/classfile/impl/StackCounter.java line 
367:

> 365:                         if (subReturn) {
> 366:                             return switch (descriptor.charAt(cur++)) {
> 367:                                 case 'Z', 'B', 'C', 'S', 'I', 'F', '[', 
> 'L' -> count - 1;

What if the return type is an array?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17306#discussion_r1444711725

Reply via email to