hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 36345 72e6d0ac646b
parent 36316 7a83de7aabca
child 36350 29d8bb1668f5
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Tue Mar 01 18:29:20 2016 +0000
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Feb 26 09:13:22 2016 -0800
@@ -390,7 +390,7 @@
   nonstatic_field(MethodCounters,              _invocation_counter,                           InvocationCounter)                     \
   nonstatic_field(MethodCounters,              _backedge_counter,                             InvocationCounter)                     \
   nonstatic_field(Method,                      _constMethod,                                  ConstMethod*)                          \
-  nonstatic_field(Method,                      _method_data,                                  MethodData*)                           \
+  COMPILER2_OR_JVMCI_PRESENT(nonstatic_field(Method, _method_data,                            MethodData*))                          \
   nonstatic_field(Method,                      _method_counters,                              MethodCounters*)                       \
   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \