hotspot/src/share/vm/ci/ciMethod.cpp
changeset 24018 77b156916bab
parent 23525 e3eb08ead679
child 24442 4d4ae31dea26
--- a/hotspot/src/share/vm/ci/ciMethod.cpp	Mon Apr 14 09:04:36 2014 +0000
+++ b/hotspot/src/share/vm/ci/ciMethod.cpp	Tue Apr 01 09:36:49 2014 +0200
@@ -80,6 +80,7 @@
   _code_size          = h_m()->code_size();
   _intrinsic_id       = h_m()->intrinsic_id();
   _handler_count      = h_m()->exception_table_length();
+  _size_of_parameters = h_m()->size_of_parameters();
   _uses_monitors      = h_m()->access_flags().has_monitor_bytecodes();
   _balanced_monitors  = !_uses_monitors || h_m()->access_flags().is_monitor_matching();
   _is_c1_compilable   = !h_m()->is_not_c1_compilable();