RFR: 8292584: assert(cb != __null) failed: must be with -XX:-Inline [v2]
Dean Long
dlong at openjdk.org
Thu Aug 25 19:20:05 UTC 2022
On Thu, 25 Aug 2022 18:11:02 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
>>
>> version 2, make doYield a native intrinsic like enterSpecial
>
> src/hotspot/share/interpreter/templateInterpreterGenerator.cpp line 228:
>
>> 226: #if 0
>> 227: method_entry(java_lang_continuation_doYield)
>> 228: #endif
>
> Leftover?
Yes, I missed those. Also, tests are failing because of missing push_cont_fastpath() call. I think the right place to add it is in the c2i adapter. I will remove from DRAFT mode when it's ready.
-------------
PR: https://git.openjdk.org/jdk/pull/9974
More information about the hotspot-compiler-dev
mailing list