hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 32820 ec181adbf3b1
parent 32623 390a27af5657
child 33083 ffe98d5b5621
child 33975 79d631ab9e16
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Sep 18 07:01:23 2015 -0400
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Sep 18 13:41:11 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)                               \