hotspot/src/cpu/ppc/vm/bytes_ppc.hpp
changeset 40010 e32d5e545789
parent 35594 cc13089c6327
child 46504 38048d4d20e7
--- a/hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Mon Jul 25 18:52:59 2016 +0000
+++ b/hotspot/src/cpu/ppc/vm/bytes_ppc.hpp	Wed Jul 13 12:23:05 2016 +0200
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012, 2013 SAP SE. All rights reserved.
+ * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2016 SAP SE. 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
@@ -274,8 +274,6 @@
 #endif // VM_LITTLE_ENDIAN
 };
 
-#if defined(TARGET_OS_ARCH_linux_ppc)
-#include "bytes_linux_ppc.inline.hpp"
-#endif
+#include OS_CPU_HEADER_INLINE(bytes)
 
 #endif // CPU_PPC_VM_BYTES_PPC_HPP