src/hotspot/cpu/zero/interpreterRT_zero.cpp
changeset 49359 59f6547e151f
parent 47216 71c04702a3d5
child 49449 ef5d5d343e2a
--- a/src/hotspot/cpu/zero/interpreterRT_zero.cpp	Wed Mar 07 19:32:54 2018 -0800
+++ b/src/hotspot/cpu/zero/interpreterRT_zero.cpp	Wed Mar 07 21:57:36 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
  * Copyright 2007, 2008, 2010 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -27,7 +27,7 @@
 #include "interpreter/interpreter.hpp"
 #include "interpreter/interpreterRuntime.hpp"
 #include "memory/allocation.inline.hpp"
-#include "memory/universe.inline.hpp"
+#include "memory/universe.hpp"
 #include "oops/method.hpp"
 #include "oops/oop.inline.hpp"
 #include "runtime/handles.inline.hpp"