src/hotspot/cpu/s390/macroAssembler_s390.hpp
changeset 53244 9807daeb47c4
parent 52760 9bce3e729d5f
child 54542 0a4214c90a55
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2016, 2018, SAP SE. All rights reserved.
     3  * Copyright (c) 2016, 2018, SAP SE. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    21  * or visit www.oracle.com if you need additional information or have any
    21  * or visit www.oracle.com if you need additional information or have any
    22  * questions.
    22  * questions.
    23  *
    23  *
    24  */
    24  */
    25 
    25 
    26 #ifndef CPU_S390_VM_MACROASSEMBLER_S390_HPP
    26 #ifndef CPU_S390_MACROASSEMBLER_S390_HPP
    27 #define CPU_S390_VM_MACROASSEMBLER_S390_HPP
    27 #define CPU_S390_MACROASSEMBLER_S390_HPP
    28 
    28 
    29 #include "asm/assembler.hpp"
    29 #include "asm/assembler.hpp"
    30 #include "oops/accessDecorators.hpp"
    30 #include "oops/accessDecorators.hpp"
    31 
    31 
    32 #define MODERN_IFUN(name)  ((void (MacroAssembler::*)(Register, int64_t, Register, Register))&MacroAssembler::name)
    32 #define MODERN_IFUN(name)  ((void (MacroAssembler::*)(Register, int64_t, Register, Register))&MacroAssembler::name)
  1105 #ifdef ASSERT
  1105 #ifdef ASSERT
  1106 // Return false (e.g. important for our impl. of virtual calls).
  1106 // Return false (e.g. important for our impl. of virtual calls).
  1107 inline bool AbstractAssembler::pd_check_instruction_mark() { return false; }
  1107 inline bool AbstractAssembler::pd_check_instruction_mark() { return false; }
  1108 #endif
  1108 #endif
  1109 
  1109 
  1110 #endif // CPU_S390_VM_MACROASSEMBLER_S390_HPP
  1110 #endif // CPU_S390_MACROASSEMBLER_S390_HPP