equal
deleted
inserted
replaced
89 _size_of_parameters = h_m()->size_of_parameters(); |
89 _size_of_parameters = h_m()->size_of_parameters(); |
90 _uses_monitors = h_m()->access_flags().has_monitor_bytecodes(); |
90 _uses_monitors = h_m()->access_flags().has_monitor_bytecodes(); |
91 _balanced_monitors = !_uses_monitors || h_m()->access_flags().is_monitor_matching(); |
91 _balanced_monitors = !_uses_monitors || h_m()->access_flags().is_monitor_matching(); |
92 _is_c1_compilable = !h_m()->is_not_c1_compilable(); |
92 _is_c1_compilable = !h_m()->is_not_c1_compilable(); |
93 _is_c2_compilable = !h_m()->is_not_c2_compilable(); |
93 _is_c2_compilable = !h_m()->is_not_c2_compilable(); |
|
94 _has_reserved_stack_access = h_m()->has_reserved_stack_access(); |
94 // Lazy fields, filled in on demand. Require allocation. |
95 // Lazy fields, filled in on demand. Require allocation. |
95 _code = NULL; |
96 _code = NULL; |
96 _exception_handlers = NULL; |
97 _exception_handlers = NULL; |
97 _liveness = NULL; |
98 _liveness = NULL; |
98 _method_blocks = NULL; |
99 _method_blocks = NULL; |