src/hotspot/share/services/management.cpp
changeset 49192 6734eeef4283
parent 49036 bc92debe57e4
child 49360 886acec3b4c6
equal deleted inserted replaced
49191:13378aa8527e 49192:6734eeef4283
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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.
    37 #include "runtime/arguments.hpp"
    37 #include "runtime/arguments.hpp"
    38 #include "runtime/globals.hpp"
    38 #include "runtime/globals.hpp"
    39 #include "runtime/handles.inline.hpp"
    39 #include "runtime/handles.inline.hpp"
    40 #include "runtime/interfaceSupport.hpp"
    40 #include "runtime/interfaceSupport.hpp"
    41 #include "runtime/javaCalls.hpp"
    41 #include "runtime/javaCalls.hpp"
    42 #include "runtime/jniHandles.hpp"
    42 #include "runtime/jniHandles.inline.hpp"
    43 #include "runtime/os.hpp"
    43 #include "runtime/os.hpp"
    44 #include "runtime/serviceThread.hpp"
    44 #include "runtime/serviceThread.hpp"
    45 #include "runtime/thread.inline.hpp"
    45 #include "runtime/thread.inline.hpp"
    46 #include "runtime/threadSMR.hpp"
    46 #include "runtime/threadSMR.hpp"
    47 #include "services/classLoadingService.hpp"
    47 #include "services/classLoadingService.hpp"