RFR: 8035271: Incorrect indentation of LineNumberTable/LocalVariableTable/Exception table/LocalVariableTypeTable/StackMapTable/RuntimeVisibleTypeAnnotations in verbose mode

Jorn Vernee jvernee at openjdk.org
Mon Nov 25 15:57:21 UTC 2024


On Mon, 25 Nov 2024 12:57:18 GMT, Jonathan Lampérth <duke at openjdk.org> wrote:

> Add code header for only -l case?

I think that is the right move. `LineNumberTable`, and others listed here: [Add code header for only -l case?](https://docs.oracle.com/javase/specs/jvms/se23/html/jvms-4.html#jvms-4.7-320) are/can be sub-attributes of the code attribute. So I think it makes sense to render them under `Code:`.

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

PR Comment: https://git.openjdk.org/jdk/pull/22359#issuecomment-2498401408


More information about the core-libs-dev mailing list