RFR: 8292584: assert(cb != __null) failed: must be with -XX:-Inline
Dean Long
dlong at openjdk.org
Wed Aug 24 18:22:21 UTC 2022
On Wed, 24 Aug 2022 17:54:53 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Based on Ron's answer I think we can make `doYield` native.
I agree. I'll do that.
> I don't understand your comment about _from_compiled_entry. Does it prevent making `doYield` native?
No, what I was trying to say is that making doYield native is required, otherwise it is not safe to set _from_compiled_entry to the stub code.
-------------
PR: https://git.openjdk.org/jdk/pull/9974
More information about the hotspot-compiler-dev
mailing list