diff --git a/src/hotspot/cpu/sparc/c1_MacroAssembler_sparc.hpp b/src/hotspot/cpu/sparc/c1_MacroAssembler_sparc.hpp index 695ac7f..ad669c3 100644 --- a/src/hotspot/cpu/sparc/c1_MacroAssembler_sparc.hpp +++ b/src/hotspot/cpu/sparc/c1_MacroAssembler_sparc.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -92,4 +92,7 @@ // This platform only uses signal-based null checks. The Label is not needed. void null_check(Register r, Label *Lnull = NULL) { MacroAssembler::null_check(r); } + void save_live_registers_no_oop_map(bool save_fpu_registers); + void restore_live_registers(bool restore_fpu_registers); + #endif // CPU_SPARC_VM_C1_MACROASSEMBLER_SPARC_HPP