< prev index next >

src/share/vm/gc/cms/adaptiveFreeList.cpp

Print this page
rev 13203 : [mq]: freebldict
rev 13205 : imported patch copyyear

*** 1,7 **** /* ! * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 24,34 **** #include "precompiled.hpp" #include "gc/cms/adaptiveFreeList.hpp" #include "gc/cms/freeChunk.hpp" #include "gc/shared/collectedHeap.hpp" - #include "memory/freeBlockDictionary.hpp" #include "runtime/globals.hpp" #include "runtime/mutex.hpp" #include "runtime/orderAccess.inline.hpp" #include "runtime/vmThread.hpp" --- 24,33 ----
< prev index next >