src/hotspot/os/aix/libodm_aix.hpp
changeset 53244 9807daeb47c4
parent 47216 71c04702a3d5
child 58202 a45cce906207
--- a/src/hotspot/os/aix/libodm_aix.hpp	Thu Jan 10 14:32:56 2019 -0500
+++ b/src/hotspot/os/aix/libodm_aix.hpp	Thu Jan 10 15:13:51 2019 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
  * Copyright (c) 2015, 2015 SAP SE. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -25,8 +25,8 @@
 
 // Encapsulates the libodm library and provides more convenient interfaces.
 
-#ifndef OS_AIX_VM_LIBODM_AIX_HPP
-#define OS_AIX_VM_LIBODM_AIX_HPP
+#ifndef OS_AIX_LIBODM_AIX_HPP
+#define OS_AIX_LIBODM_AIX_HPP
 
 #include <odmi.h>
 
@@ -103,4 +103,4 @@
   static void determine_os_kernel_version(uint32_t* p_ver);
 };
 
-#endif // OS_AIX_VM_LIBODM_AIX_HPP
+#endif // OS_AIX_LIBODM_AIX_HPP