Integrated: 8300040: TypeOopPtr::make_from_klass_common calls itself with args in wrong order

Tobias Hartmann thartmann at openjdk.org
Fri Jan 13 07:20:21 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

This pull request has now been integrated.

Changeset: 640eff64
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/640eff64d296cc34b7b3fd50dc7075ffe23a642f
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8300040: TypeOopPtr::make_from_klass_common calls itself with args in wrong order

Co-authored-by: David Simms <dsimms at openjdk.org>
Reviewed-by: chagedorn, kvn

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

PR: https://git.openjdk.org/jdk/pull/11966


More information about the hotspot-compiler-dev mailing list