diff -r 0dc249f5c260 -r 59f6547e151f src/hotspot/share/runtime/frame.cpp --- a/src/hotspot/share/runtime/frame.cpp Wed Mar 07 19:32:54 2018 -0800 +++ b/src/hotspot/share/runtime/frame.cpp Wed Mar 07 21:57:36 2018 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -31,7 +31,7 @@ #include "interpreter/interpreter.hpp" #include "interpreter/oopMapCache.hpp" #include "memory/resourceArea.hpp" -#include "memory/universe.inline.hpp" +#include "memory/universe.hpp" #include "oops/markOop.hpp" #include "oops/method.hpp" #include "oops/methodData.hpp"