src/os/aix/vm/mutex_aix.inline.hpp

changeset 6515
71a71b0bc844
parent 6465
666e6ce3976c
child 6876
710a3c8b516e
     1.1 --- a/src/os/aix/vm/mutex_aix.inline.hpp	Thu Feb 20 14:44:33 2014 +0100
     1.2 +++ b/src/os/aix/vm/mutex_aix.inline.hpp	Thu Mar 20 11:03:06 2014 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 - * Copyright 2012, 2013 SAP AG. All rights reserved.
     1.7 + * Copyright 2012, 2014 SAP AG. All rights reserved.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or modify it
    1.11 @@ -28,6 +28,6 @@
    1.12  
    1.13  #include "os_aix.inline.hpp"
    1.14  #include "runtime/interfaceSupport.hpp"
    1.15 -#include "thread_aix.inline.hpp"
    1.16 +#include "runtime/thread.inline.hpp"
    1.17  
    1.18  #endif // OS_AIX_VM_MUTEX_AIX_INLINE_HPP

mercurial