--- old/src/hotspot/share/opto/escape.cpp 2020-05-11 18:24:48.057700988 -0700 +++ new/src/hotspot/share/opto/escape.cpp 2020-05-11 18:24:47.837692707 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2020, 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,7 @@ #include "opto/arraycopynode.hpp" #include "opto/callnode.hpp" #include "opto/cfgnode.hpp" -#include "opto/compile.hpp" +#include "opto/compile.inline.hpp" #include "opto/escape.hpp" #include "opto/phaseX.hpp" #include "opto/movenode.hpp"