src/os/aix/vm/threadCritical_aix.cpp

changeset 6515
71a71b0bc844
parent 6465
666e6ce3976c
child 6876
710a3c8b516e
     1.1 --- a/src/os/aix/vm/threadCritical_aix.cpp	Thu Feb 20 14:44:33 2014 +0100
     1.2 +++ b/src/os/aix/vm/threadCritical_aix.cpp	Thu Mar 20 11:03:06 2014 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright (c) 2001, 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 @@ -25,7 +25,7 @@
    1.12  
    1.13  #include "precompiled.hpp"
    1.14  #include "runtime/threadCritical.hpp"
    1.15 -#include "thread_aix.inline.hpp"
    1.16 +#include "runtime/thread.inline.hpp"
    1.17  
    1.18  // put OS-includes here
    1.19  # include <pthread.h>

mercurial