hotspot/src/share/vm/ci/ciField.cpp
changeset 12984 8fc2453a8ec4
parent 12982 7d7a3e02610e
child 13728 882756847a04
--- a/hotspot/src/share/vm/ci/ciField.cpp	Tue Apr 10 10:42:34 2012 -0700
+++ b/hotspot/src/share/vm/ci/ciField.cpp	Thu Apr 12 12:07:09 2012 -0700
@@ -338,6 +338,7 @@
     if (_known_to_link_with_put == accessing_klass) {
       return true;
     }
+  } else {
     if (_known_to_link_with_get == accessing_klass) {
       return true;
     }