On Fri, 21 Jan 2022 22:48:20 GMT, Martin Doerr <mdo...@openjdk.org> wrote:
>> Tyler Steele has refreshed the contents of this pull request, and previous >> commits have been removed. Incremental views are not available. > > src/hotspot/os_cpu/aix_ppc/thread_aix_ppc.cpp line 63: > >> 61: >> 62: if (ret_frame.pc() == NULL) { >> 63: // ucontext wasn't useful > > Null check has been moved before frame constructor in head revision. Thanks for the reminder. I made this change in a recent push. ------------- PR: https://git.openjdk.java.net/jdk/pull/6885