src/hotspot/cpu/zero/interp_masm_zero.hpp
changeset 50380 bec342339138
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
equal deleted inserted replaced
50377:1d476feca3c9 50380:bec342339138
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007 Red Hat, Inc.
     3  * Copyright 2007 Red Hat, Inc.
     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
    24  */
    24  */
    25 
    25 
    26 #ifndef CPU_ZERO_VM_INTERP_MASM_ZERO_HPP
    26 #ifndef CPU_ZERO_VM_INTERP_MASM_ZERO_HPP
    27 #define CPU_ZERO_VM_INTERP_MASM_ZERO_HPP
    27 #define CPU_ZERO_VM_INTERP_MASM_ZERO_HPP
    28 
    28 
    29 #include "assembler_zero.inline.hpp"
    29 #include "asm/codeBuffer.hpp"
       
    30 #include "asm/macroAssembler.hpp"
    30 #include "interpreter/invocationCounter.hpp"
    31 #include "interpreter/invocationCounter.hpp"
    31 
    32 
    32 // This file specializes the assember with interpreter-specific macros
    33 // This file specializes the assember with interpreter-specific macros
    33 
    34 
    34 class InterpreterMacroAssembler : public MacroAssembler {
    35 class InterpreterMacroAssembler : public MacroAssembler {