code review request : 7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile
Charles Lee
littlee at linux.vnet.ibm.com
Tue Nov 1 15:29:05 UTC 2011
On 11/01/2011 11:09 PM, Seán Coffey wrote:
> If FileDescriptor is still
/*
* If FileDescriptor is still in use by another stream, the
finalizer
* will not close it.
*/
if ((useCount <= 0) || !isRunningFinalize()) {
close0();
}
Hi Sean,
Would you please lead me to the file which contains the above code? Is
it already in the openjdk8 repos? or is it in your patch? I kind of miss
those code....
--
Yours Charles
More information about the core-libs-dev
mailing list