hotspot/src/cpu/aarch64/vm/icBuffer_aarch64.cpp
changeset 30764 fec48bf5a827
parent 29195 7d6208ea1775
equal deleted inserted replaced
30614:e45861098f5a 30764:fec48bf5a827
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, 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
    25 
    25 
    26 #include "precompiled.hpp"
    26 #include "precompiled.hpp"
    27 #include "asm/macroAssembler.hpp"
    27 #include "asm/macroAssembler.hpp"
    28 #include "asm/macroAssembler.inline.hpp"
    28 #include "asm/macroAssembler.inline.hpp"
    29 #include "code/icBuffer.hpp"
    29 #include "code/icBuffer.hpp"
    30 #include "gc_interface/collectedHeap.inline.hpp"
    30 #include "gc/shared/collectedHeap.inline.hpp"
    31 #include "interpreter/bytecodes.hpp"
    31 #include "interpreter/bytecodes.hpp"
    32 #include "memory/resourceArea.hpp"
    32 #include "memory/resourceArea.hpp"
    33 #include "nativeInst_aarch64.hpp"
    33 #include "nativeInst_aarch64.hpp"
    34 #include "oops/oop.inline.hpp"
    34 #include "oops/oop.inline.hpp"
    35 
    35