hotspot/src/share/vm/runtime/thread.cpp
changeset 29084 1b732f2836ce
parent 28170 b985dc631984
child 29321 b7582a690cb9
child 29326 ebaa169c6dc3
equal deleted inserted replaced
29083:5e7bce2712ac 29084:1b732f2836ce
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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.
    40 #include "memory/universe.inline.hpp"
    40 #include "memory/universe.inline.hpp"
    41 #include "oops/instanceKlass.hpp"
    41 #include "oops/instanceKlass.hpp"
    42 #include "oops/objArrayOop.hpp"
    42 #include "oops/objArrayOop.hpp"
    43 #include "oops/oop.inline.hpp"
    43 #include "oops/oop.inline.hpp"
    44 #include "oops/symbol.hpp"
    44 #include "oops/symbol.hpp"
       
    45 #include "oops/verifyOopClosure.hpp"
    45 #include "prims/jvm_misc.hpp"
    46 #include "prims/jvm_misc.hpp"
    46 #include "prims/jvmtiExport.hpp"
    47 #include "prims/jvmtiExport.hpp"
    47 #include "prims/jvmtiThreadState.hpp"
    48 #include "prims/jvmtiThreadState.hpp"
    48 #include "prims/privilegedStack.hpp"
    49 #include "prims/privilegedStack.hpp"
    49 #include "runtime/arguments.hpp"
    50 #include "runtime/arguments.hpp"