diff src/share/vm/prims/jvm.cpp @ 12269:da051ce490eb

Merge
author adlertz
date Thu, 19 Sep 2013 18:01:39 +0200
parents b2e698d2276c
children 0f37d1badced 72b7e96c1922
line wrap: on
line diff
--- a/src/share/vm/prims/jvm.cpp	Thu Sep 19 09:34:20 2013 +0200
+++ b/src/share/vm/prims/jvm.cpp	Thu Sep 19 18:01:39 2013 +0200
@@ -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;