[DRLVM] Fixing again reverted change in Runtime.java in kernel classes
----------------------------------------------------------------------
Key: HARMONY-2268
URL: http://issues.apache.org/jira/browse/HARMONY-2268
Project: Harmony
Issue Type: Bug
Components: DRLVM
Environment: All
Reporter: Ivan Volosyuk
Reverted fix was to avoid closing file handle in finalize() method if it is already closed
by close().
If we close the file descriptor twice we will close randomly opened file handle, which have
reused ours file handle. This leads to random crashes in different places.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|