History log of /openjdk10/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/ps_core.c
Revision Date Author Comments
# 12307:a71b53580d07 09-Nov-2016 dsamersoff

8169344: Potential open file descriptor in exists() of hotspot/agent/src/os/bsd/ps_core.c
Summary: Use access() instead of open() to check for the existence of a file
Reviewed-by: dsamersoff, dholmes
Contributed-by: jini.george@oracle.com


# 9883:903a2e023ffb 23-Dec-2015 dsamersoff

8067194: Restructure hotspot/agent/src to conform the modular source layout
Summary: Move sources under jdk.hotspot.agent
Reviewed-by: ihse, erikj, jbachorik