src/hotspot/cpu/arm/vtableStubs_arm.cpp
changeset 58942 5db99b3d6023
parent 52351 0ecb4e520110
equal deleted inserted replaced
58941:00878bee8f4b 58942:5db99b3d6023
     1 /*
     1 /*
     2  * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2019, 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.
    30 #include "interp_masm_arm.hpp"
    30 #include "interp_masm_arm.hpp"
    31 #include "memory/resourceArea.hpp"
    31 #include "memory/resourceArea.hpp"
    32 #include "oops/compiledICHolder.hpp"
    32 #include "oops/compiledICHolder.hpp"
    33 #include "oops/instanceKlass.hpp"
    33 #include "oops/instanceKlass.hpp"
    34 #include "oops/klassVtable.hpp"
    34 #include "oops/klassVtable.hpp"
       
    35 #include "oops/klass.inline.hpp"
    35 #include "runtime/sharedRuntime.hpp"
    36 #include "runtime/sharedRuntime.hpp"
    36 #include "vmreg_arm.inline.hpp"
    37 #include "vmreg_arm.inline.hpp"
    37 #ifdef COMPILER2
    38 #ifdef COMPILER2
    38 #include "opto/runtime.hpp"
    39 #include "opto/runtime.hpp"
    39 #endif
    40 #endif