hotspot/src/share/vm/ci/ciArray.cpp
changeset 29081 c61eb4914428
parent 22234 da823d78ad65
child 36330 37a0f096251b
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2015, 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.
    26 #include "ci/ciArray.hpp"
    26 #include "ci/ciArray.hpp"
    27 #include "ci/ciArrayKlass.hpp"
    27 #include "ci/ciArrayKlass.hpp"
    28 #include "ci/ciConstant.hpp"
    28 #include "ci/ciConstant.hpp"
    29 #include "ci/ciKlass.hpp"
    29 #include "ci/ciKlass.hpp"
    30 #include "ci/ciUtilities.hpp"
    30 #include "ci/ciUtilities.hpp"
    31 #include "oops/objArrayOop.hpp"
    31 #include "oops/objArrayOop.inline.hpp"
       
    32 #include "oops/oop.inline.hpp"
    32 #include "oops/typeArrayOop.hpp"
    33 #include "oops/typeArrayOop.hpp"
    33 
    34 
    34 // ciArray
    35 // ciArray
    35 //
    36 //
    36 // This class represents an arrayOop in the HotSpot virtual
    37 // This class represents an arrayOop in the HotSpot virtual