src/hotspot/share/runtime/vframeArray.cpp
changeset 49359 59f6547e151f
parent 47216 71c04702a3d5
child 49480 d7df2dd501ce
--- a/src/hotspot/share/runtime/vframeArray.cpp	Wed Mar 07 19:32:54 2018 -0800
+++ b/src/hotspot/share/runtime/vframeArray.cpp	Wed Mar 07 21:57:36 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2016, 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
@@ -29,7 +29,7 @@
 #include "interpreter/interpreter.hpp"
 #include "memory/allocation.inline.hpp"
 #include "memory/resourceArea.hpp"
-#include "memory/universe.inline.hpp"
+#include "memory/universe.hpp"
 #include "oops/methodData.hpp"
 #include "oops/oop.inline.hpp"
 #include "prims/jvmtiThreadState.hpp"