diff src/share/vm/prims/jvm.cpp @ 12264:b2e698d2276c

8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation Summary: Enhance method resolution and resulting data structures, plus some refactoring. Reviewed-by: twisti, acorn, jrose
author drchase
date Fri, 13 Sep 2013 22:38:02 -0400
parents ba9dacff9c9d
children 0f37d1badced 72b7e96c1922
line wrap: on
line diff
--- a/src/share/vm/prims/jvm.cpp	Tue Sep 17 23:12:27 2013 +0200
+++ b/src/share/vm/prims/jvm.cpp	Fri Sep 13 22:38:02 2013 -0400
@@ -1824,7 +1824,7 @@
     }
 
     if (!publicOnly || fs.access_flags().is_public()) {
-      fd.initialize(k(), fs.index());
+      fd.reinitialize(k(), fs.index());
       oop field = Reflection::new_field(&fd, UseNewReflection, CHECK_NULL);
       result->obj_at_put(out_idx, field);
       ++out_idx;