RFR: 8292584: assert(cb != __null) failed: must be with -XX:-Inline
Vladimir Kozlov
kvn at openjdk.org
Tue Aug 23 22:26:31 UTC 2022
On Tue, 23 Aug 2022 21:42:03 GMT, Dean Long <dlong at openjdk.org> wrote:
> This is what C2 does. It always inlines intrinsics even if inlining is disabled. Making C1 do the same would fix the problem, but it is a change in behavior.
We can special case for Loom's intrinsics in C1 if Loom expects it always been compiled/inlined.
There is option `DisableIntrinsic` to disable an intrinsic (for both, C2 and C1). What happens in this case with Loom?
-------------
PR: https://git.openjdk.org/jdk/pull/9974
More information about the hotspot-compiler-dev
mailing list