RFR: 8304031: Classfile API cannot encode Primitive Class as Condy
liach
duke at openjdk.org
Tue Mar 14 18:30:40 UTC 2023
On Tue, 14 Mar 2023 17:32:00 GMT, ExE Boss <duke at openjdk.org> wrote:
> I meant that `instanceof DynamicConstantDesc` would go after concrete classes (`Integer`, `Long`, `Float`, `Double`, and `String`), but before the `ConstantDesc` interfaces.
Still not feasible to make ReferenceClassDescImpl to go through all these previous instanceof checks.
-------------
PR: https://git.openjdk.org/jdk/pull/12996
More information about the core-libs-dev
mailing list