src/hotspot/share/services/memoryService.cpp
changeset 49393 93fe2fc5c093
parent 48168 cb5d2d4453d0
child 49593 4dd58ecc9912
child 56348 f3b0961adb3c
equal deleted inserted replaced
49392:2956d0ece7a9 49393:93fe2fc5c093
     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.
    29 #include "logging/logConfiguration.hpp"
    29 #include "logging/logConfiguration.hpp"
    30 #include "memory/heap.hpp"
    30 #include "memory/heap.hpp"
    31 #include "memory/memRegion.hpp"
    31 #include "memory/memRegion.hpp"
    32 #include "oops/oop.inline.hpp"
    32 #include "oops/oop.inline.hpp"
    33 #include "runtime/globals.hpp"
    33 #include "runtime/globals.hpp"
       
    34 #include "runtime/handles.inline.hpp"
    34 #include "runtime/javaCalls.hpp"
    35 #include "runtime/javaCalls.hpp"
    35 #include "services/classLoadingService.hpp"
    36 #include "services/classLoadingService.hpp"
    36 #include "services/lowMemoryDetector.hpp"
    37 #include "services/lowMemoryDetector.hpp"
    37 #include "services/management.hpp"
    38 #include "services/management.hpp"
    38 #include "services/memoryManager.hpp"
    39 #include "services/memoryManager.hpp"