diff src/share/vm/runtime/vmStructs.cpp @ 4475:f400f9554f09

fixed windows build, filtered methodDataOop for reflection
author Christian Haeubl <christian.haeubl@oracle.com>
date Mon, 06 Feb 2012 18:32:30 -0800
parents 7d9469b37f1f
children 33df1aeaebbf
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Mon Feb 06 18:03:24 2012 -0800
+++ b/src/share/vm/runtime/vmStructs.cpp	Mon Feb 06 18:32:30 2012 -0800
@@ -359,7 +359,6 @@
   nonstatic_field(methodDataOopDesc,           _arg_local,                                    intx)                                  \
   nonstatic_field(methodDataOopDesc,           _arg_stack,                                    intx)                                  \
   nonstatic_field(methodDataOopDesc,           _arg_returned,                                 intx)                                  \
-  nonstatic_field(methodDataOopDesc,           _graal_mirror,                                 oop)                                   \
   nonstatic_field(methodOopDesc,               _constMethod,                                  constMethodOop)                        \
   nonstatic_field(methodOopDesc,               _constants,                                    constantPoolOop)                       \
   nonstatic_field(methodOopDesc,               _method_data,                                  methodDataOop)                         \