7160677: missing else in fix for 7152811

Thu, 12 Apr 2012 12:07:09 -0700

author
never
date
Thu, 12 Apr 2012 12:07:09 -0700
changeset 3856
aa07e41a9f80
parent 3855
958bb4b7be49
child 3857
5142b5110214
child 3858
d558e01a72c0

7160677: missing else in fix for 7152811
Reviewed-by: kvn, kevinw

src/share/vm/ci/ciField.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/ci/ciField.cpp	Tue Apr 10 10:42:34 2012 -0700
     1.2 +++ b/src/share/vm/ci/ciField.cpp	Thu Apr 12 12:07:09 2012 -0700
     1.3 @@ -338,6 +338,7 @@
     1.4      if (_known_to_link_with_put == accessing_klass) {
     1.5        return true;
     1.6      }
     1.7 +  } else {
     1.8      if (_known_to_link_with_get == accessing_klass) {
     1.9        return true;
    1.10      }

mercurial