RFR(S) 8161598,,Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod

Andrew Haley aph at redhat.com
Tue Aug 16 15:43:20 UTC 2016


On 15/08/16 19:41, dean.long at oracle.com wrote:
> Hi Andrew.  Unfortunately, the test and the code that is calling 
> JavaThread::pd_get_top_frame() are all closed.  Does aarch64 have an 
> tests that exercise JavaThread::pd_get_top_frame()?  To test, you need 
> to suspend a thread, check if the thread state is _thread_in_Java, get 
> the context, call pd_get_top_frame(), then try to walk the stack.

Okay.  The patch looks reasonable and works well: it's cleaner and
easier to understand than what we had before.  That's enough for me.

Thanks,

Andrew.



More information about the hotspot-runtime-dev mailing list