comparison src/os/aix/vm/os_aix.cpp @ 17807:71a71b0bc844

8037915: PPC64/AIX: Several smaller fixes Reviewed-by: kvn
author goetz
date Thu, 20 Mar 2014 11:03:06 +0100
parents 9200402b42d5
children 941427282eae
comparison
equal deleted inserted replaced
17806:9200402b42d5 17807:71a71b0bc844
1 /* 1 /*
2 * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 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.
59 #include "runtime/perfMemory.hpp" 59 #include "runtime/perfMemory.hpp"
60 #include "runtime/sharedRuntime.hpp" 60 #include "runtime/sharedRuntime.hpp"
61 #include "runtime/statSampler.hpp" 61 #include "runtime/statSampler.hpp"
62 #include "runtime/stubRoutines.hpp" 62 #include "runtime/stubRoutines.hpp"
63 #include "runtime/threadCritical.hpp" 63 #include "runtime/threadCritical.hpp"
64 #include "runtime/thread.inline.hpp"
64 #include "runtime/timer.hpp" 65 #include "runtime/timer.hpp"
65 #include "services/attachListener.hpp" 66 #include "services/attachListener.hpp"
66 #include "services/runtimeService.hpp" 67 #include "services/runtimeService.hpp"
67 #include "thread_aix.inline.hpp"
68 #include "utilities/decoder.hpp" 68 #include "utilities/decoder.hpp"
69 #include "utilities/defaultStream.hpp" 69 #include "utilities/defaultStream.hpp"
70 #include "utilities/events.hpp" 70 #include "utilities/events.hpp"
71 #include "utilities/growableArray.hpp" 71 #include "utilities/growableArray.hpp"
72 #include "utilities/vmError.hpp" 72 #include "utilities/vmError.hpp"