On Sat, 22 Jun 2024 00:26:51 GMT, Chen Liang wrote:
> Please review this clean backport of #19708, to make javap recover and
> continue after encountering undefined access flag bits set while still
> exiting with a code of error, allowing it to error against improper bits
> while still providi
On Thu, 13 Jun 2024 17:50:38 GMT, Chen Liang wrote:
> Currently, javap crashes for class files that have set non-zero values for
> undefined access flag bits, as
> `java.lang.reflect.AccessFlag.maskToAccessFlag` and
> `java.lang.classfile.AccessFlags.flags` fail. In contrast, the JVMS, though