commit | f2931ca22c6307a8740f2ec61795f7cfa6971262 | [log] [tgz] |
---|---|---|
author | Urs Grob <ursg@google.com> | Mon Apr 27 12:53:09 2009 +0200 |
committer | Urs Grob <ursg@google.com> | Mon Apr 27 12:53:09 2009 +0200 |
tree | c98e660fa963b69a50528f06a1a11647ecde3a5a | |
parent | b8beb5f46376fe6cf2c9945eca3af7b95247188f [diff] |
Fix for excessive GREF use in gethostbyaddr. Each call to gethostbyaddr in java_net_InetAddress.cpp increases the GREF by one. After calling the method around 1800 times the vm crashes because of excessive global references.