On Wed, 19 Aug 2026 20:37:45 GMT, Patricio Chilano Mateo <[email protected]> wrote:
>> Dean Long has updated the pull request incrementally with one additional >> commit since the last revision: >> >> remove comment about transitioning between states > > src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp line 1530: > >> 1528: // <<<<<< Back in Interpreter Frame >>>>> >> 1529: >> 1530: // We are in thread_in_native_trans here and back in the normal > > Nit: `thread_in_native_trans` Thanks. It looks like I missed the same in s390. I'll fix both. I removed the comment in vframeStreamCommon::fill_from_frame(). At first I tried to fix it, but decided it was less confusing to remove it. HotSpot is moving towards doing stack walks at safepoints, so trying to fix old comments related to AsyncGetCallTrace seems pointless. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32415#discussion_r3817323464
