RFR: 8176717: GC log file handle leaked to child processes

Leo Korinth leo.korinth at oracle.com
Thu Mar 29 15:41:20 UTC 2018


On 23/03/18 20:03, Leo Korinth wrote:
> Hi!
> 
> Cross-posting this to both hotspot-dev and hotspot-runtime-dev to get 
> more attention. Sorry.
> 
> Original mail conversation can be found here: 
> http://mail.openjdk.java.net/pipermail/hotspot-dev/2018-March/030637.html
> 
> I need feedback to know how to continue.
> 
> Thanks,
> Leo

Hi!

Below is a new webrev with Thomas' and Per's suggested name change
from: os::fopen_retain(const char* path, const char* mode)
to:   os::fopen(const char* path, const char* mode)

Full webrev:
http://cr.openjdk.java.net/~lkorinth/8176717/02/

Review and/or comments please!

Thanks,
Leo



More information about the hotspot-runtime-dev mailing list