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

src/cpu/s390/vm/c1_LIRAssembler_s390.hpp

Print this page

        

*** 44,54 **** 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) }; #endif // CPU_S390_VM_C1_LIRASSEMBLER_S390_HPP --- 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. ! _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