src/os_cpu/aix_ppc/vm/thread_aix_ppc.cpp

changeset 6515
71a71b0bc844
parent 6465
666e6ce3976c
child 6876
710a3c8b516e
     1.1 --- a/src/os_cpu/aix_ppc/vm/thread_aix_ppc.cpp	Thu Feb 20 14:44:33 2014 +0100
     1.2 +++ b/src/os_cpu/aix_ppc/vm/thread_aix_ppc.cpp	Thu Mar 20 11:03:06 2014 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright (c) 1997, 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 @@ -24,8 +24,8 @@
    1.12   */
    1.13  
    1.14  #include "precompiled.hpp"
    1.15 -#include "runtime/frame.inline.hpp"
    1.16 -#include "thread_aix.inline.hpp"
    1.17 +#include "runtime/frame.hpp"
    1.18 +#include "runtime/thread.hpp"
    1.19  
    1.20  // Forte Analyzer AsyncGetCallTrace profiling support is not implemented on Aix/PPC.
    1.21  bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava) {

mercurial