src/cpu/s390/vm/c1_LIRAssembler_s390.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/s390/vm/c1_LIRAssembler_s390.hpp	Thu Nov  3 14:15:58 2016
--- new/src/cpu/s390/vm/c1_LIRAssembler_s390.hpp	Thu Nov  3 14:15:58 2016

*** 44,54 **** --- 44,55 ---- assert(bytes + FrameMap::first_available_sp_in_frame <= frame_map()->reserved_argument_area_size(), "reserved_argument_area too small"); } enum { ! _call_stub_size = 512, // See Compile::MAX_stubs_size and CompiledStaticCall::emit_to_interp_stub. ! exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(128), deopt_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(64) ! _call_aot_stub_size = 0, + _exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(128), + _deopt_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(64) }; #endif // CPU_S390_VM_C1_LIRASSEMBLER_S390_HPP

src/cpu/s390/vm/c1_LIRAssembler_s390.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File