src/hotspot/cpu/arm/vtableStubs_arm.cpp
changeset 50380 bec342339138
parent 49368 2ed1c37df3a5
child 51618 54b344d9dd4e
equal deleted inserted replaced
50377:1d476feca3c9 50380:bec342339138
     1 /*
     1 /*
     2  * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "asm/assembler.hpp"
    26 #include "asm/assembler.hpp"
       
    27 #include "asm/macroAssembler.inline.hpp"
    27 #include "assembler_arm.inline.hpp"
    28 #include "assembler_arm.inline.hpp"
    28 #include "code/vtableStubs.hpp"
    29 #include "code/vtableStubs.hpp"
    29 #include "interp_masm_arm.hpp"
    30 #include "interp_masm_arm.hpp"
    30 #include "memory/resourceArea.hpp"
    31 #include "memory/resourceArea.hpp"
    31 #include "oops/compiledICHolder.hpp"
    32 #include "oops/compiledICHolder.hpp"