RFR: 8316436: ContinuationWrapper uses unhandled nullptr oop [v2]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Tue Sep 19 16:53:43 UTC 2023
On Tue, 19 Sep 2023 13:01:00 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:
>> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix thread argument
>
> src/hotspot/share/runtime/continuationWrapper.inline.hpp line 52:
>
>> 50: oop _continuation; // jdk.internal.vm.Continuation instance
>> 51: stackChunkOop _tail;
>> 52: bool _done;
>
> Looks like `_done` can be debug-only flag.
+1
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15810#discussion_r1330431718
More information about the hotspot-dev
mailing list