RFR: 8300040: TypeOopPtr::make_from_klass_common calls itself with args in wrong order
Tobias Hartmann
thartmann at openjdk.org
Thu Jan 12 13:44:56 UTC 2023
On Thu, 12 Jan 2023 13:30:54 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> [JDK-8297933](https://bugs.openjdk.org/browse/JDK-8297933) added an `InterfaceHandling interface_handling` parameter to `TypeOopPtr::make_from_klass_common` and updated all callers. Accidentally, the order of the `klass_change` and `try_for_exact` arguments were swapped.
>
> Thanks to @MrSimms for reporting!
>
> Thanks,
> Tobias
Thanks, Christian!
-------------
PR: https://git.openjdk.org/jdk/pull/11966
More information about the hotspot-compiler-dev
mailing list