hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 36350 29d8bb1668f5
parent 36345 72e6d0ac646b
child 37272 c427db4ea8c4
child 37129 af29e306e50b
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Wed Mar 02 15:42:03 2016 +0300
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Mar 03 13:18:53 2016 +0100
@@ -390,7 +390,7 @@
   nonstatic_field(MethodCounters,              _invocation_counter,                           InvocationCounter)                     \
   nonstatic_field(MethodCounters,              _backedge_counter,                             InvocationCounter)                     \
   nonstatic_field(Method,                      _constMethod,                                  ConstMethod*)                          \
-  COMPILER2_OR_JVMCI_PRESENT(nonstatic_field(Method, _method_data,                            MethodData*))                          \
+  nonstatic_field(Method,                      _method_data,                                  MethodData*)                           \
   nonstatic_field(Method,                      _method_counters,                              MethodCounters*)                       \
   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \