--- old/src/hotspot/share/opto/compile.cpp 2020-05-11 18:24:45.897619679 -0700 +++ new/src/hotspot/share/opto/compile.cpp 2020-05-11 18:24:45.669611096 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -44,7 +44,7 @@ #include "opto/castnode.hpp" #include "opto/cfgnode.hpp" #include "opto/chaitin.hpp" -#include "opto/compile.hpp" +#include "opto/compile.inline.hpp" #include "opto/connode.hpp" #include "opto/convertnode.hpp" #include "opto/divnode.hpp"