hotspot/src/share/vm/ci/ciEnv.cpp
changeset 29081 c61eb4914428
parent 27706 3f10f4ac2bd6
child 30764 fec48bf5a827
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2014, 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.
    44 #include "memory/allocation.inline.hpp"
    44 #include "memory/allocation.inline.hpp"
    45 #include "memory/oopFactory.hpp"
    45 #include "memory/oopFactory.hpp"
    46 #include "memory/universe.inline.hpp"
    46 #include "memory/universe.inline.hpp"
    47 #include "oops/methodData.hpp"
    47 #include "oops/methodData.hpp"
    48 #include "oops/objArrayKlass.hpp"
    48 #include "oops/objArrayKlass.hpp"
       
    49 #include "oops/objArrayOop.inline.hpp"
    49 #include "oops/oop.inline.hpp"
    50 #include "oops/oop.inline.hpp"
    50 #include "oops/oop.inline2.hpp"
       
    51 #include "prims/jvmtiExport.hpp"
    51 #include "prims/jvmtiExport.hpp"
    52 #include "runtime/init.hpp"
    52 #include "runtime/init.hpp"
    53 #include "runtime/reflection.hpp"
    53 #include "runtime/reflection.hpp"
    54 #include "runtime/sharedRuntime.hpp"
    54 #include "runtime/sharedRuntime.hpp"
    55 #include "runtime/thread.inline.hpp"
    55 #include "runtime/thread.inline.hpp"