src/os_cpu/aix_ppc/vm/os_aix_ppc.cpp

changeset 6515
71a71b0bc844
parent 6495
67fa91961822
child 6876
710a3c8b516e
child 7424
c5e86c5cd22e
equal deleted inserted replaced
6514:9200402b42d5 6515:71a71b0bc844
1 /* 1 /*
2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 * Copyright 2012, 2013 SAP AG. All rights reserved. 3 * Copyright 2012, 2014 SAP AG. All rights reserved.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * 5 *
6 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 only, as 7 * under the terms of the GNU General Public License version 2 only, as
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
47 #include "runtime/javaCalls.hpp" 47 #include "runtime/javaCalls.hpp"
48 #include "runtime/mutexLocker.hpp" 48 #include "runtime/mutexLocker.hpp"
49 #include "runtime/osThread.hpp" 49 #include "runtime/osThread.hpp"
50 #include "runtime/sharedRuntime.hpp" 50 #include "runtime/sharedRuntime.hpp"
51 #include "runtime/stubRoutines.hpp" 51 #include "runtime/stubRoutines.hpp"
52 #include "runtime/thread.inline.hpp"
52 #include "runtime/timer.hpp" 53 #include "runtime/timer.hpp"
53 #include "thread_aix.inline.hpp"
54 #include "utilities/events.hpp" 54 #include "utilities/events.hpp"
55 #include "utilities/vmError.hpp" 55 #include "utilities/vmError.hpp"
56 #ifdef COMPILER1 56 #ifdef COMPILER1
57 #include "c1/c1_Runtime1.hpp" 57 #include "c1/c1_Runtime1.hpp"
58 #endif 58 #endif

mercurial