src/hotspot/share/services/memoryService.cpp
changeset 49393 93fe2fc5c093
parent 48168 cb5d2d4453d0
child 49593 4dd58ecc9912
child 56348 f3b0961adb3c
--- a/src/hotspot/share/services/memoryService.cpp	Wed Mar 14 07:27:19 2018 -0400
+++ b/src/hotspot/share/services/memoryService.cpp	Wed Mar 14 12:12:00 2018 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 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,6 +31,7 @@
 #include "memory/memRegion.hpp"
 #include "oops/oop.inline.hpp"
 #include "runtime/globals.hpp"
+#include "runtime/handles.inline.hpp"
 #include "runtime/javaCalls.hpp"
 #include "services/classLoadingService.hpp"
 #include "services/lowMemoryDetector.hpp"