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

Reply via email to