src/hotspot/share/services/heapDumper.hpp
changeset 53244 9807daeb47c4
parent 51334 cc2c79d22508
child 59006 d3f1cb09b704
--- a/src/hotspot/share/services/heapDumper.hpp	Thu Jan 10 14:32:56 2019 -0500
+++ b/src/hotspot/share/services/heapDumper.hpp	Thu Jan 10 15:13:51 2019 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2019, 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
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef SHARE_VM_SERVICES_HEAPDUMPER_HPP
-#define SHARE_VM_SERVICES_HEAPDUMPER_HPP
+#ifndef SHARE_SERVICES_HEAPDUMPER_HPP
+#define SHARE_SERVICES_HEAPDUMPER_HPP
 
 #include "memory/allocation.hpp"
 #include "oops/oop.hpp"
@@ -81,4 +81,4 @@
   static void dump_heap_from_oome()    NOT_SERVICES_RETURN;
 };
 
-#endif // SHARE_VM_SERVICES_HEAPDUMPER_HPP
+#endif // SHARE_SERVICES_HEAPDUMPER_HPP