[lworld] RFR: 8368002: [lworld] Crash in ThawBase::remove_top_compiled_frame_from_chunk [v2]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Mon Sep 22 18:26:57 UTC 2025
On Mon, 22 Sep 2025 18:08:16 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Patricio Chilano Mateo has updated the pull request incrementally with one additional commit since the last revision:
>>
>> remove frames_size parameter and code duplication from remove_scalarized_frames
>
> src/hotspot/share/runtime/continuationFreezeThaw.cpp line 2076:
>
>> 2074:
>> 2075: int ThawBase::remove_scalarized_frames(StackChunkFrameStream<ChunkFrames::CompiledOnly>& f, stackChunkOop chunk, int &argsize) {
>> 2076: DEBUG_ONLY(intptr_t* const chunk_sp = chunk->start_address() + chunk->sp();)
>
> Can you remove the 'chunk' parameter too?
Right, also not needed. Removed.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1603#discussion_r2369765073
More information about the valhalla-dev
mailing list