RFR: 8358078: javap crashes with NPE on preview class file
Hannes Greule
hgreule at openjdk.org
Wed Jun 4 19:22:51 UTC 2025
On Mon, 2 Jun 2025 12:58:15 GMT, Chen Liang <liach at openjdk.org> wrote:
>> This change addresses a NPE in javap when trying to print a class with minorVersion != 0. With this change, we fall back to the methods that don't take a `ClassFileFormatVersion` in such case.
>
> That sounds right.
@liach is there anything else to do? Please let me know.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25569#issuecomment-2941172515
More information about the compiler-dev
mailing list