RFR: 8035271: Incorrect indentation of LineNumberTable/LocalVariableTable/Exception table/LocalVariableTypeTable/StackMapTable/RuntimeVisibleTypeAnnotations in verbose mode
Maurizio Cimadamore
mcimadamore at openjdk.org
Mon Nov 25 16:04:13 UTC 2024
On Mon, 25 Nov 2024 15:54:40 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> > Add code header for only -l case?
I also like this option, because it maintains the "nesting" of attributes - e.g. the main thing here is that LNT and LVT are attributes of Code, so they should be nested in there. One option could be to report the general number of opcodes in the Code attribute, if no `-c` is provided (so that at least that can be used as a guidance for interpreting the other attributes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22359#issuecomment-2498420784
More information about the core-libs-dev
mailing list