src/hotspot/cpu/aarch64/vtableStubs_aarch64.cpp
changeset 50380 bec342339138
parent 49368 2ed1c37df3a5
child 51618 54b344d9dd4e
equal deleted inserted replaced
50377:1d476feca3c9 50380:bec342339138
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. 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
    22  * questions.
    22  * questions.
    23  *
    23  *
    24  */
    24  */
    25 
    25 
    26 #include "precompiled.hpp"
    26 #include "precompiled.hpp"
    27 #include "asm/macroAssembler.hpp"
    27 #include "asm/macroAssembler.inline.hpp"
    28 #include "assembler_aarch64.inline.hpp"
    28 #include "assembler_aarch64.inline.hpp"
    29 #include "code/vtableStubs.hpp"
    29 #include "code/vtableStubs.hpp"
    30 #include "interp_masm_aarch64.hpp"
    30 #include "interp_masm_aarch64.hpp"
    31 #include "memory/resourceArea.hpp"
    31 #include "memory/resourceArea.hpp"
    32 #include "oops/compiledICHolder.hpp"
    32 #include "oops/compiledICHolder.hpp"