--- old/src/hotspot/share/oops/cpCache.cpp 2018-03-02 08:12:35.526743020 -0500 +++ new/src/hotspot/share/oops/cpCache.cpp 2018-03-02 08:12:34.972487200 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2018, 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 @@ -34,7 +34,8 @@ #include "memory/resourceArea.hpp" #include "memory/universe.inline.hpp" #include "oops/access.inline.hpp" -#include "oops/cpCache.hpp" +#include "oops/constantPool.inline.hpp" +#include "oops/cpCache.inline.hpp" #include "oops/objArrayOop.inline.hpp" #include "oops/oop.inline.hpp" #include "prims/methodHandles.hpp"