src/hotspot/share/services/diagnosticFramework.cpp
changeset 49393 93fe2fc5c093
parent 47765 b7c7428eaab9
child 50600 8e17fffa0a4b
equal deleted inserted replaced
49392:2956d0ece7a9 49393:93fe2fc5c093
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 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.
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "jvm.h"
    26 #include "jvm.h"
    27 #include "memory/oopFactory.hpp"
    27 #include "memory/oopFactory.hpp"
    28 #include "memory/resourceArea.hpp"
    28 #include "memory/resourceArea.hpp"
    29 #include "oops/oop.inline.hpp"
    29 #include "oops/oop.inline.hpp"
       
    30 #include "runtime/handles.inline.hpp"
    30 #include "runtime/javaCalls.hpp"
    31 #include "runtime/javaCalls.hpp"
    31 #include "runtime/mutexLocker.hpp"
    32 #include "runtime/mutexLocker.hpp"
    32 #include "services/diagnosticArgument.hpp"
    33 #include "services/diagnosticArgument.hpp"
    33 #include "services/diagnosticFramework.hpp"
    34 #include "services/diagnosticFramework.hpp"
    34 #include "services/management.hpp"
    35 #include "services/management.hpp"