--- old/src/hotspot/share/opto/matcher.cpp 2020-05-11 18:24:50.229782749 -0700 +++ new/src/hotspot/share/opto/matcher.cpp 2020-05-11 18:24:49.997774016 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2017, 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 @@ -31,6 +31,7 @@ #include "opto/ad.hpp" #include "opto/addnode.hpp" #include "opto/callnode.hpp" +#include "opto/compile.inline.hpp" #include "opto/idealGraphPrinter.hpp" #include "opto/matcher.hpp" #include "opto/memnode.hpp"