RFR(M): JDK-8163011: AArch64: NMT detail stack trace cleanup

dmitry.samersov dmitry.samersoff at bell-sw.com
Thu Aug 31 07:49:18 UTC 2017


Everybody,

Please review:

    http://cr.openjdk.java.net/~dsamersoff/JDK-8163011/webrev.05/

    I would propose different approach to fix JDK-8133740
platform-independent way: record all frames but strip unnecessary
NMT-internal ones on printing.

This approach is safe (we don't depend to compiler inlining and we never
strip non-NMT frames) and platform independent, but cost us some extra
memory.

-Dmitry




More information about the hotspot-runtime-dev mailing list