On Tue, 14 Mar 2023 17:32:00 GMT, ExE Boss <d...@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