[lworld] Integrated: 8273715: [lworld] C2 compilation fails with "missed optimization opportunity"
Tobias Hartmann
thartmann at openjdk.java.net
Fri Nov 12 12:37:12 UTC 2021
On Fri, 12 Nov 2021 12:28:28 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> The assert is too strong and triggers due to class loading that happens in parallel to the compilation and changes the output of `Compile::optimize_virtual_call` -> `Compile::optimize_inlining` -> `callee->find_monomorphic_target` which leads to a call being added to the late inline worklist.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: 62c36b35
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/valhalla/commit/62c36b3541fe52fcffce20905970b49b62064053
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
8273715: [lworld] C2 compilation fails with "missed optimization opportunity"
-------------
PR: https://git.openjdk.java.net/valhalla/pull/581
More information about the valhalla-dev
mailing list