src/windows/classes/java/lang/ProcessImpl.java

Print this page

        

*** 232,242 **** public InputStream getErrorStream() { return stderr_stream; } ! public void finalize() { closeHandle(handle); } private static final int STILL_ACTIVE = getStillActive(); private static native int getStillActive(); --- 232,242 ---- public InputStream getErrorStream() { return stderr_stream; } ! protected void finalize() { closeHandle(handle); } private static final int STILL_ACTIVE = getStillActive(); private static native int getStillActive();