--- old/src/share/vm/gc/g1/g1GCPhaseTimes.cpp 2017-06-09 16:48:16.224193005 -0700 +++ new/src/share/vm/gc/g1/g1GCPhaseTimes.cpp 2017-06-09 16:48:16.100193009 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 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 @@ -27,7 +27,7 @@ #include "gc/g1/g1GCPhaseTimes.hpp" #include "gc/g1/g1HotCardCache.hpp" #include "gc/g1/g1StringDedup.hpp" -#include "gc/g1/workerDataArray.inline.hpp" +#include "gc/shared/workerDataArray.inline.hpp" #include "memory/resourceArea.hpp" #include "logging/log.hpp" #include "runtime/timer.hpp"