From de829e151b7fc71b9b5250986ddc3169bc52b050 Mon Sep 17 00:00:00 2001 From: Goetz Lindenmaier Date: Wed, 26 Jul 2017 11:27:51 +0200 Subject: [PATCH] 8185333: [s390] Fix build without cds Reviewed-by: aph --- hotspot/src/cpu/s390/vm/sharedRuntime_s390.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/hotspot/src/cpu/s390/vm/sharedRuntime_s390.cpp b/hotspot/src/cpu/s390/vm/sharedRuntime_s390.cpp index 1d1e6584b63..e80caf9eb42 100644 --- a/hotspot/src/cpu/s390/vm/sharedRuntime_s390.cpp +++ b/hotspot/src/cpu/s390/vm/sharedRuntime_s390.cpp @@ -542,7 +542,6 @@ void RegisterSaver::restore_result_registers(MacroAssembler* masm) { } } -#if INCLUDE_CDS size_t SharedRuntime::trampoline_size() { return MacroAssembler::load_const_size() + 2; } @@ -552,7 +551,6 @@ void SharedRuntime::generate_trampoline(MacroAssembler *masm, address destinatio __ load_const(Z_R1_scratch, destination); __ z_br(Z_R1_scratch); } -#endif // --------------------------------------------------------------------------- void SharedRuntime::save_native_result(MacroAssembler * masm,