hotspot/src/share/vm/gc/cms/adaptiveFreeList.cpp
changeset 46674 a9e42ff6158f
parent 33105 294e48b4f704
equal deleted inserted replaced
46671:b7c2e9a24d49 46674:a9e42ff6158f
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2017, 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.
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "gc/cms/adaptiveFreeList.hpp"
    26 #include "gc/cms/adaptiveFreeList.hpp"
    27 #include "gc/cms/freeChunk.hpp"
    27 #include "gc/cms/freeChunk.hpp"
    28 #include "gc/shared/collectedHeap.hpp"
    28 #include "gc/shared/collectedHeap.hpp"
    29 #include "memory/freeBlockDictionary.hpp"
       
    30 #include "runtime/globals.hpp"
    29 #include "runtime/globals.hpp"
    31 #include "runtime/mutex.hpp"
    30 #include "runtime/mutex.hpp"
    32 #include "runtime/orderAccess.inline.hpp"
    31 #include "runtime/orderAccess.inline.hpp"
    33 #include "runtime/vmThread.hpp"
    32 #include "runtime/vmThread.hpp"
    34 
    33