History log of /openjdk10/hotspot/src/os/aix/vm/perfMemory_aix.cpp
Revision Date Author Comments
# 13029:7e2df450df6c 24-Apr-2017 rprotacio

8168122: Update logging in perfMemory to Unified Logging
Summary: -XX:+PerfTraceMemOps replaced with -Xlog:perf+memops=debug, -XX:+PerfTraceDataCreation replaced with -Xlog:perf+datacreation=debug
Reviewed-by: sspitsyn, coleenp


# 11751:5ff3c0f8fb8b 01-Aug-2016 clanger

8162869: Small fixes for AIX perf memory and attach listener
Reviewed-by: dsamersoff, dholmes


# 10874:de653b60a98e 13-Apr-2016 simonis

8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
Reviewed-by: erikj, goetz


# 10627:1537c752a7f5 12-Mar-2016 stuefe

8148425: strerror() function is not thread-safe
Reviewed-by: dholmes, coleenp


# 10295:ad7a71500f4a 19-Feb-2016 clanger

8150232: AIX cleanup: Integrate changes of 7178026 and others
Reviewed-by: simonis


# 10049:73443d24e529 20-Jan-2016 goetz

8147937: Adapt SAP copyrights to new company name.
Reviewed-by: simonis, stuefe


# 9846:f2e3963c296d 17-Dec-2015 stuefe

8079125: [aix] clean up Linux-specific code remnants in AIX coding
Reviewed-by: goetz


# 9339:9ff773cd4ba2 04-Nov-2015 clanger

8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
Reviewed-by: stuefe, dcubed


# 8875:efc17f03e5d4 20-Aug-2015 dcubed

8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
Summary: Add check for fchir() failure and disable shared PerfMemory in that case.
Reviewed-by: dcubed, simonis, gthornbr
Contributed-by: christoph.langer@sap.com


# 8183:1c471be03faf 19-Mar-2015 goetz

8075505: aix: improve handling of native memory
Reviewed-by: kvn, stuefe
Contributed-by: thomas.stuefe@sap.com


# 7701:4ee7b996f3f3 13-Jan-2015 goetz

8069590: AIX port of "8050807: Better performing performance data handling"
Reviewed-by: simonis, goetz
Contributed-by: matthias.baesken@sap.com, martin.doerr@sap.com


# 7465:674657ff61c6 03-Dec-2014 minqi

Merge


# 7462:a0dd995271c4 30-Nov-2014 coleenp

8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Summary: Cleaned up unused arguments in os::free and it's callers.
Reviewed-by: lfoltan, coleenp, ctornqvi, dholmes
Contributed-by: max.ockner@oracle.com


# 7426:0f6100dde08e 17-Nov-2014 jwilhelm

Merge


# 7421:55e38e5032af 14-Nov-2014 stefank

8064811: Use THREAD instead of CHECK_NULL in return statements
Reviewed-by: coleenp, simonis, dholmes


# 7331:110ec5963eb1 29-Oct-2014 goetz

8062370: Various minor code improvements
Summary: A lot of fixes useful to improve the code quality.
Reviewed-by: coleenp, dholmes


# 7192:795fc0cef7c9 03-Oct-2014 cjplummer

8046607: Code cleanup: PerfMemory::backing_store_filename() should be removed
Summary: Summary: Removed PerfMemory::backing_store_filename() API since it is not used anywhere.
Reviewed-by: sla, hseigel


# 5969:666e6ce3976c 06-Sep-2013 simonis

8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
Reviewed-by: kvn