hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 33083 ffe98d5b5621
parent 33066 d98eab8215c4
parent 32820 ec181adbf3b1
child 33205 bc9fec5e7656
child 33089 f4e956ed8b43
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Sep 17 16:53:42 2015 +0200
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Sep 25 12:04:35 2015 -0700
@@ -383,7 +383,7 @@
   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \
   nonstatic_field(Method,                      _method_size,                                  u2)                                    \
-  nonstatic_field(Method,                      _intrinsic_id,                                 u1)                                    \
+  nonstatic_field(Method,                      _intrinsic_id,                                 u2)                                    \
   nonproduct_nonstatic_field(Method,           _compiled_invocation_count,                    int)                                   \
   volatile_nonstatic_field(Method,             _code,                                         nmethod*)                              \
   nonstatic_field(Method,                      _i2i_entry,                                    address)                               \