src/hotspot/share/ci/ciEnv.cpp
changeset 49192 6734eeef4283
parent 48826 c4d9d1b08e2e
child 49340 4e82736053ae
equal deleted inserted replaced
49191:13378aa8527e 49192:6734eeef4283
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2018, 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.
    51 #include "oops/objArrayOop.inline.hpp"
    51 #include "oops/objArrayOop.inline.hpp"
    52 #include "oops/oop.inline.hpp"
    52 #include "oops/oop.inline.hpp"
    53 #include "prims/jvmtiExport.hpp"
    53 #include "prims/jvmtiExport.hpp"
    54 #include "runtime/init.hpp"
    54 #include "runtime/init.hpp"
    55 #include "runtime/reflection.hpp"
    55 #include "runtime/reflection.hpp"
       
    56 #include "runtime/jniHandles.inline.hpp"
    56 #include "runtime/sharedRuntime.hpp"
    57 #include "runtime/sharedRuntime.hpp"
    57 #include "runtime/thread.inline.hpp"
    58 #include "runtime/thread.inline.hpp"
    58 #include "trace/tracing.hpp"
    59 #include "trace/tracing.hpp"
    59 #include "utilities/dtrace.hpp"
    60 #include "utilities/dtrace.hpp"
    60 #include "utilities/macros.hpp"
    61 #include "utilities/macros.hpp"