Question regarding "native-compiled frame"

Felix Yang felix.yang at linaro.org
Thu Sep 7 10:35:20 UTC 2017


Hi,

  Thanks for the reply.
  Then when will the last return statement of frame::sender got a chance to
be executed?
  As I see it, when JVM does something in safepoint state and need to
traverse Java thread stack, we never calculate the sender of a
native-compiled frame.
  Except for running Specjbb, I also performed a full jtreg test in order
to catch one such case, but still the last return statement not hit.
  So it's strange to me that frame::sender needs to handle such a frame.
  Maybe I missed something.  Could you elaborate more on this please?

Thanks for your help,
Felix

On 6 September 2017 at 22:10, Andrew Haley <aph at redhat.com> wrote:

> On 06/09/17 14:55, Felix Yang wrote:
> >     Can some help explain what is a so called "native-compiled frame" in
> > hotspot please?
>
> Compiled by C++.
>
> --
> Andrew Haley
> Java Platform Lead Engineer
> Red Hat UK Ltd. <https://www.redhat.com>
> EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
>


More information about the hotspot-dev mailing list