src/share/vm/oops/methodDataOop.cpp

changeset 2314
f95d63e2154a
parent 2138
d5d065957597
child 2462
8012aa3ccede
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 # include "incls/_precompiled.incl" 25 #include "precompiled.hpp"
26 # include "incls/_methodDataOop.cpp.incl" 26 #include "classfile/systemDictionary.hpp"
27 #include "gc_implementation/shared/markSweep.inline.hpp"
28 #include "interpreter/bytecode.hpp"
29 #include "interpreter/bytecodeStream.hpp"
30 #include "interpreter/linkResolver.hpp"
31 #include "oops/methodDataOop.hpp"
32 #include "oops/oop.inline.hpp"
33 #include "runtime/compilationPolicy.hpp"
34 #include "runtime/deoptimization.hpp"
35 #include "runtime/handles.inline.hpp"
27 36
28 // ================================================================== 37 // ==================================================================
29 // DataLayout 38 // DataLayout
30 // 39 //
31 // Overlay for generic profiling data. 40 // Overlay for generic profiling data.

mercurial