hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 37439 e8970711113b
parent 37129 af29e306e50b
child 37449 1b4042cde136
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Apr 08 12:26:29 2016 -0700
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Apr 07 22:03:04 2016 -0700
@@ -400,7 +400,6 @@
   nonproduct_nonstatic_field(Method,           _compiled_invocation_count,                    int)                                   \
   volatile_nonstatic_field(Method,             _code,                                         nmethod*)                              \
   nonstatic_field(Method,                      _i2i_entry,                                    address)                               \
-  nonstatic_field(Method,                      _adapter,                                      AdapterHandlerEntry*)                  \
   volatile_nonstatic_field(Method,             _from_compiled_entry,                          address)                               \
   volatile_nonstatic_field(Method,             _from_interpreted_entry,                       address)                               \
   volatile_nonstatic_field(ConstMethod,        _fingerprint,                                  uint64_t)                              \