hotspot/src/share/vm/runtime/memprofiler.cpp
changeset 30764 fec48bf5a827
parent 14583 d70ee55535f4
child 33105 294e48b4f704
equal deleted inserted replaced
30614:e45861098f5a 30764:fec48bf5a827
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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.
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "classfile/systemDictionary.hpp"
    26 #include "classfile/systemDictionary.hpp"
    27 #include "code/codeCache.hpp"
    27 #include "code/codeCache.hpp"
    28 #include "gc_interface/collectedHeap.inline.hpp"
    28 #include "gc/shared/collectedHeap.inline.hpp"
       
    29 #include "gc/shared/generation.hpp"
    29 #include "interpreter/oopMapCache.hpp"
    30 #include "interpreter/oopMapCache.hpp"
    30 #include "memory/generation.hpp"
       
    31 #include "memory/resourceArea.hpp"
    31 #include "memory/resourceArea.hpp"
    32 #include "runtime/handles.inline.hpp"
    32 #include "runtime/handles.inline.hpp"
    33 #include "runtime/jniHandles.hpp"
    33 #include "runtime/jniHandles.hpp"
    34 #include "runtime/memprofiler.hpp"
    34 #include "runtime/memprofiler.hpp"
    35 #include "runtime/mutexLocker.hpp"
    35 #include "runtime/mutexLocker.hpp"