hotspot/src/share/vm/oops/oopsHierarchy.cpp
changeset 30764 fec48bf5a827
parent 14583 d70ee55535f4
child 34633 2a6c7c7b30a7
equal deleted inserted replaced
30614:e45861098f5a 30764:fec48bf5a827
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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.
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "gc_interface/collectedHeap.hpp"
    26 #include "gc/shared/collectedHeap.hpp"
    27 #include "gc_interface/collectedHeap.inline.hpp"
    27 #include "gc/shared/collectedHeap.inline.hpp"
    28 #include "oops/oopsHierarchy.hpp"
    28 #include "oops/oopsHierarchy.hpp"
    29 #include "runtime/thread.inline.hpp"
    29 #include "runtime/thread.inline.hpp"
    30 #include "utilities/globalDefinitions.hpp"
    30 #include "utilities/globalDefinitions.hpp"
    31 
    31 
    32 #ifdef CHECK_UNHANDLED_OOPS
    32 #ifdef CHECK_UNHANDLED_OOPS