RFR: 8304031: Classfile API cannot encode Primitive Class as Condy

Chen Liang liach at openjdk.org
Wed Mar 22 05:58:41 UTC 2023


On Mon, 13 Mar 2023 08:13:44 GMT, Chen Liang <liach at openjdk.org> wrote:

> Without this patch, the Classfile API tries to encode PrimitiveClassDesc as CONSTANT_Class_info and error in `toInternalName`.

Seems this bug exists in `ConstantPoolBuilder::constantValueEntry` as well.

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

PR Comment: https://git.openjdk.org/jdk/pull/12996#issuecomment-1478962553


More information about the core-libs-dev mailing list