On Tue, 18 Aug 2026 21:59:32 GMT, David Holmes <[email protected]> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Matias comments. > > src/hotspot/share/classfile/javaStackTraceClasses.cpp line 234: > >> 232: new_head->obj_at_put(trace_hidden_offset, nullptr); >> 233: >> 234: _head = new_head(); > > Suggestion: > > _head = new_head(); The assignments were once lined up. I'll fix this if I have to make any other change to the code. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32202#discussion_r3812649080
