RFR(xxs): 8157271: Avoid extra copy of NativeCallStack

Max Ockner max.ockner at oracle.com
Thu Dec 8 22:11:02 UTC 2016


Hello,

Please review this one line enhancement. We formerly passed a copy of a 
NativeCallStack into MallocSiteHashtableEntry. We now pass a reference 
instead.

bug: https://bugs.openjdk.java.net/browse/JDK-8157271
webrev: http://cr.openjdk.java.net/~mockner/8157271.01/

tested with runtime/NMT jtreg tests.

Thanks,
Max


More information about the hotspot-dev mailing list