--- old/src/share/vm/memory/freeBlockDictionary.cpp 2015-05-13 13:52:50.192131887 +0200 +++ new/src/share/vm/memory/freeBlockDictionary.cpp 2015-05-13 13:52:50.064126576 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 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 @@ -28,7 +28,7 @@ #include "runtime/thread.inline.hpp" #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS -#include "gc_implementation/concurrentMarkSweep/freeChunk.hpp" +#include "gc/cms/freeChunk.hpp" #endif // INCLUDE_ALL_GCS #ifndef PRODUCT