Re: RFR: 8304031: Classfile API cannot encode Primitive Class as Condy [v3]

2023-04-19 Thread Chen Liang
On Wed, 22 Mar 2023 22:52:19 GMT, Chen Liang wrote: >> Without this patch, the Classfile API tries to encode PrimitiveClassDesc as >> CONSTANT_Class_info and error in `toInternalName`. > > Chen Liang has updated the pull request incrementally with one additional > commit since the last revision

Re: RFR: 8304031: Classfile API cannot encode Primitive Class as Condy [v3]

2023-03-22 Thread Chen Liang
> Without this patch, the Classfile API tries to encode PrimitiveClassDesc as > CONSTANT_Class_info and error in `toInternalName`. Chen Liang has updated the pull request incrementally with one additional commit since the last revision: PrimitiveClassConstantTest check the other 2 API endpoin