src/hotspot/share/jvmci/jvmciEnv.cpp
changeset 49340 4e82736053ae
parent 48299 e8f5fc8f5f67
child 49359 59f6547e151f
equal deleted inserted replaced
49339:e651c3ea6ea8 49340:4e82736053ae
     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.
    36 #include "interpreter/linkResolver.hpp"
    36 #include "interpreter/linkResolver.hpp"
    37 #include "memory/allocation.inline.hpp"
    37 #include "memory/allocation.inline.hpp"
    38 #include "memory/oopFactory.hpp"
    38 #include "memory/oopFactory.hpp"
    39 #include "memory/resourceArea.hpp"
    39 #include "memory/resourceArea.hpp"
    40 #include "memory/universe.inline.hpp"
    40 #include "memory/universe.inline.hpp"
       
    41 #include "oops/constantPool.inline.hpp"
       
    42 #include "oops/cpCache.inline.hpp"
       
    43 #include "oops/method.inline.hpp"
    41 #include "oops/methodData.hpp"
    44 #include "oops/methodData.hpp"
    42 #include "oops/objArrayKlass.hpp"
    45 #include "oops/objArrayKlass.hpp"
    43 #include "oops/oop.inline.hpp"
    46 #include "oops/oop.inline.hpp"
    44 #include "prims/jvmtiExport.hpp"
    47 #include "prims/jvmtiExport.hpp"
    45 #include "runtime/init.hpp"
    48 #include "runtime/init.hpp"