commit | b1c6f34bb3a44dd6596daf5c034bec03d3eabe45 | [log] [tgz] |
---|---|---|
author | jeffhao <jeffhao@google.com> | Tue Mar 20 17:57:26 2012 -0700 |
committer | jeffhao <jeffhao@google.com> | Tue Mar 20 17:57:26 2012 -0700 |
tree | c211c461df120dffb7fe1bf4fa637522376e4db8 | |
parent | b59cf952aea8438fbdeef150aeaeb6ea4ba8ab47 [diff] |
Fix to check image_strong_intern table when inserting weaks. The ExpatSaxParserTest.testNameSpaces test found that the empty string "" would be .equals() another instance of the empty string, but they weren't ==. The bug was that weak references were not checking the image_strong_interns_ table before creating a weak reference. Change-Id: I096eaee09973ccd19ca180ca07ac9438c2549296