hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
changeset 25715 d5a8dbdc5150
parent 24933 c16c7a4ac386
child 26819 9f09d23f946c
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2014, 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.
    32 #include "ci/ciArrayKlass.hpp"
    32 #include "ci/ciArrayKlass.hpp"
    33 #include "ci/ciInstance.hpp"
    33 #include "ci/ciInstance.hpp"
    34 #include "ci/ciObjArray.hpp"
    34 #include "ci/ciObjArray.hpp"
    35 #include "runtime/sharedRuntime.hpp"
    35 #include "runtime/sharedRuntime.hpp"
    36 #include "runtime/stubRoutines.hpp"
    36 #include "runtime/stubRoutines.hpp"
       
    37 #include "runtime/vm_version.hpp"
    37 #include "utilities/bitMap.inline.hpp"
    38 #include "utilities/bitMap.inline.hpp"
    38 #include "utilities/macros.hpp"
    39 #include "utilities/macros.hpp"
    39 #if INCLUDE_ALL_GCS
    40 #if INCLUDE_ALL_GCS
    40 #include "gc_implementation/g1/heapRegion.hpp"
    41 #include "gc_implementation/g1/heapRegion.hpp"
    41 #endif // INCLUDE_ALL_GCS
    42 #endif // INCLUDE_ALL_GCS