author | serb |
Sun, 24 Jun 2018 16:35:21 -0700 | |
changeset 50834 | 9cf279436b9d |
parent 50080 | 6fd9fbefd2b4 |
child 51106 | f605c91e5219 |
permissions | -rw-r--r-- |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1 |
/* |
50080 | 2 |
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved. |
3 |
* Copyright (c) 2012, 2018 SAP SE. All rights reserved. |
|
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
4 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
5 |
* |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
6 |
* This code is free software; you can redistribute it and/or modify it |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
7 |
* under the terms of the GNU General Public License version 2 only, as |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
8 |
* published by the Free Software Foundation. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
9 |
* |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
10 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
11 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
12 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
13 |
* version 2 for more details (a copy is included in the LICENSE file that |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
14 |
* accompanied this code). |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
15 |
* |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
16 |
* You should have received a copy of the GNU General Public License version |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
17 |
* 2 along with this work; if not, write to the Free Software Foundation, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
18 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
19 |
* |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
20 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
21 |
* or visit www.oracle.com if you need additional information or have any |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
22 |
* questions. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
23 |
* |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
24 |
*/ |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
25 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
26 |
#include "precompiled.hpp" |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
27 |
#include "classfile/vmSymbols.hpp" |
46405
17ab5460b2cb
8168122: Update logging in perfMemory to Unified Logging
rprotacio
parents:
40103
diff
changeset
|
28 |
#include "logging/log.hpp" |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
29 |
#include "memory/allocation.inline.hpp" |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
30 |
#include "memory/resourceArea.hpp" |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
31 |
#include "oops/oop.inline.hpp" |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
32 |
#include "os_aix.inline.hpp" |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
33 |
#include "runtime/handles.inline.hpp" |
37113 | 34 |
#include "runtime/os.hpp" |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
35 |
#include "runtime/perfMemory.hpp" |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
36 |
#include "services/memTracker.hpp" |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
37 |
#include "utilities/exceptions.hpp" |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
38 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
39 |
// put OS-includes here |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
40 |
# include <sys/types.h> |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
41 |
# include <sys/mman.h> |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
42 |
# include <errno.h> |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
43 |
# include <stdio.h> |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
44 |
# include <unistd.h> |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
45 |
# include <sys/stat.h> |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
46 |
# include <signal.h> |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
47 |
# include <pwd.h> |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
48 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
49 |
static char* backing_store_file_name = NULL; // name of the backing store |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
50 |
// file, if successfully created. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
51 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
52 |
// Standard Memory Implementation Details |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
53 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
54 |
// create the PerfData memory region in standard memory. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
55 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
56 |
static char* create_standard_memory(size_t size) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
57 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
58 |
// allocate an aligned chuck of memory |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
59 |
char* mapAddress = os::reserve_memory(size); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
60 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
61 |
if (mapAddress == NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
62 |
return NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
63 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
64 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
65 |
// commit memory |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
66 |
if (!os::commit_memory(mapAddress, size, !ExecMem)) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
67 |
if (PrintMiscellaneous && Verbose) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
68 |
warning("Could not commit PerfData memory\n"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
69 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
70 |
os::release_memory(mapAddress, size); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
71 |
return NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
72 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
73 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
74 |
return mapAddress; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
75 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
76 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
77 |
// delete the PerfData memory region |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
78 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
79 |
static void delete_standard_memory(char* addr, size_t size) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
80 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
81 |
// there are no persistent external resources to cleanup for standard |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
82 |
// memory. since DestroyJavaVM does not support unloading of the JVM, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
83 |
// cleanup of the memory resource is not performed. The memory will be |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
84 |
// reclaimed by the OS upon termination of the process. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
85 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
86 |
return; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
87 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
88 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
89 |
// save the specified memory region to the given file |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
90 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
91 |
// Note: this function might be called from signal handler (by os::abort()), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
92 |
// don't allocate heap memory. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
93 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
94 |
static void save_memory_to_file(char* addr, size_t size) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
95 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
96 |
const char* destfile = PerfMemory::get_perfdata_file_path(); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
97 |
assert(destfile[0] != '\0', "invalid PerfData file path"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
98 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
99 |
int result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
100 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
101 |
RESTARTABLE(::open(destfile, O_CREAT|O_WRONLY|O_TRUNC, S_IREAD|S_IWRITE), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
102 |
result);; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
103 |
if (result == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
104 |
if (PrintMiscellaneous && Verbose) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
105 |
warning("Could not create Perfdata save file: %s: %s\n", |
37113 | 106 |
destfile, os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
107 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
108 |
} else { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
109 |
int fd = result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
110 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
111 |
for (size_t remaining = size; remaining > 0;) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
112 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
113 |
RESTARTABLE(::write(fd, addr, remaining), result); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
114 |
if (result == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
115 |
if (PrintMiscellaneous && Verbose) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
116 |
warning("Could not write Perfdata save file: %s: %s\n", |
37113 | 117 |
destfile, os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
118 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
119 |
break; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
120 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
121 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
122 |
remaining -= (size_t)result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
123 |
addr += result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
124 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
125 |
|
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
126 |
result = ::close(fd); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
127 |
if (PrintMiscellaneous && Verbose) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
128 |
if (result == OS_ERR) { |
37113 | 129 |
warning("Could not close %s: %s\n", destfile, os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
130 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
131 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
132 |
} |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
133 |
FREE_C_HEAP_ARRAY(char, destfile); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
134 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
135 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
136 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
137 |
// Shared Memory Implementation Details |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
138 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
139 |
// Note: the solaris and linux shared memory implementation uses the mmap |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
140 |
// interface with a backing store file to implement named shared memory. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
141 |
// Using the file system as the name space for shared memory allows a |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
142 |
// common name space to be supported across a variety of platforms. It |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
143 |
// also provides a name space that Java applications can deal with through |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
144 |
// simple file apis. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
145 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
146 |
// The solaris and linux implementations store the backing store file in |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
147 |
// a user specific temporary directory located in the /tmp file system, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
148 |
// which is always a local file system and is sometimes a RAM based file |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
149 |
// system. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
150 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
151 |
// return the user specific temporary directory name. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
152 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
153 |
// the caller is expected to free the allocated memory. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
154 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
155 |
static char* get_user_tmp_dir(const char* user) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
156 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
157 |
const char* tmpdir = os::get_temp_directory(); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
158 |
const char* perfdir = PERFDATA_NAME; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
159 |
size_t nbytes = strlen(tmpdir) + strlen(perfdir) + strlen(user) + 3; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
160 |
char* dirname = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
161 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
162 |
// construct the path name to user specific tmp directory |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
163 |
snprintf(dirname, nbytes, "%s/%s_%s", tmpdir, perfdir, user); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
164 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
165 |
return dirname; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
166 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
167 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
168 |
// convert the given file name into a process id. if the file |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
169 |
// does not meet the file naming constraints, return 0. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
170 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
171 |
static pid_t filename_to_pid(const char* filename) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
172 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
173 |
// a filename that doesn't begin with a digit is not a |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
174 |
// candidate for conversion. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
175 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
176 |
if (!isdigit(*filename)) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
177 |
return 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
178 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
179 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
180 |
// check if file name can be converted to an integer without |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
181 |
// any leftover characters. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
182 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
183 |
char* remainder = NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
184 |
errno = 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
185 |
pid_t pid = (pid_t)strtol(filename, &remainder, 10); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
186 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
187 |
if (errno != 0) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
188 |
return 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
189 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
190 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
191 |
// check for left over characters. If any, then the filename is |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
192 |
// not a candidate for conversion. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
193 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
194 |
if (remainder != NULL && *remainder != '\0') { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
195 |
return 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
196 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
197 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
198 |
// successful conversion, return the pid |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
199 |
return pid; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
200 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
201 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
202 |
// Check if the given statbuf is considered a secure directory for |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
203 |
// the backing store files. Returns true if the directory is considered |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
204 |
// a secure location. Returns false if the statbuf is a symbolic link or |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
205 |
// if an error occurred. |
33769
d04b4e2165a7
8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
clanger
parents:
32387
diff
changeset
|
206 |
// |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
207 |
static bool is_statbuf_secure(struct stat *statp) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
208 |
if (S_ISLNK(statp->st_mode) || !S_ISDIR(statp->st_mode)) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
209 |
// The path represents a link or some non-directory file type, |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
210 |
// which is not what we expected. Declare it insecure. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
211 |
// |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
212 |
return false; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
213 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
214 |
// We have an existing directory, check if the permissions are safe. |
33769
d04b4e2165a7
8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
clanger
parents:
32387
diff
changeset
|
215 |
// |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
216 |
if ((statp->st_mode & (S_IWGRP|S_IWOTH)) != 0) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
217 |
// The directory is open for writing and could be subjected |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
218 |
// to a symlink or a hard link attack. Declare it insecure. |
33769
d04b4e2165a7
8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
clanger
parents:
32387
diff
changeset
|
219 |
// |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
220 |
return false; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
221 |
} |
33769
d04b4e2165a7
8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
clanger
parents:
32387
diff
changeset
|
222 |
// If user is not root then see if the uid of the directory matches the effective uid of the process. |
d04b4e2165a7
8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
clanger
parents:
32387
diff
changeset
|
223 |
uid_t euid = geteuid(); |
d04b4e2165a7
8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
clanger
parents:
32387
diff
changeset
|
224 |
if ((euid != 0) && (statp->st_uid != euid)) { |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
225 |
// The directory was not created by this user, declare it insecure. |
33769
d04b4e2165a7
8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
clanger
parents:
32387
diff
changeset
|
226 |
// |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
227 |
return false; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
228 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
229 |
return true; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
230 |
} |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
231 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
232 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
233 |
// Check if the given path is considered a secure directory for |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
234 |
// the backing store files. Returns true if the directory exists |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
235 |
// and is considered a secure location. Returns false if the path |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
236 |
// is a symbolic link or if an error occurred. |
33769
d04b4e2165a7
8140244: Port fix of JDK-8075773 to AIX and possibly MacOSX
clanger
parents:
32387
diff
changeset
|
237 |
// |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
238 |
static bool is_directory_secure(const char* path) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
239 |
struct stat statbuf; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
240 |
int result = 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
241 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
242 |
RESTARTABLE(::lstat(path, &statbuf), result); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
243 |
if (result == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
244 |
return false; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
245 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
246 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
247 |
// The path exists, see if it is secure. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
248 |
return is_statbuf_secure(&statbuf); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
249 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
250 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
251 |
// (Taken over from Solaris to support the O_NOFOLLOW case on AIX.) |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
252 |
// Check if the given directory file descriptor is considered a secure |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
253 |
// directory for the backing store files. Returns true if the directory |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
254 |
// exists and is considered a secure location. Returns false if the path |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
255 |
// is a symbolic link or if an error occurred. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
256 |
static bool is_dirfd_secure(int dir_fd) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
257 |
struct stat statbuf; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
258 |
int result = 0; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
259 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
260 |
RESTARTABLE(::fstat(dir_fd, &statbuf), result); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
261 |
if (result == OS_ERR) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
262 |
return false; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
263 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
264 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
265 |
// The path exists, now check its mode. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
266 |
return is_statbuf_secure(&statbuf); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
267 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
268 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
269 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
270 |
// Check to make sure fd1 and fd2 are referencing the same file system object. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
271 |
static bool is_same_fsobject(int fd1, int fd2) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
272 |
struct stat statbuf1; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
273 |
struct stat statbuf2; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
274 |
int result = 0; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
275 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
276 |
RESTARTABLE(::fstat(fd1, &statbuf1), result); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
277 |
if (result == OS_ERR) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
278 |
return false; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
279 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
280 |
RESTARTABLE(::fstat(fd2, &statbuf2), result); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
281 |
if (result == OS_ERR) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
282 |
return false; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
283 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
284 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
285 |
if ((statbuf1.st_ino == statbuf2.st_ino) && |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
286 |
(statbuf1.st_dev == statbuf2.st_dev)) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
287 |
return true; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
288 |
} else { |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
289 |
return false; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
290 |
} |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
291 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
292 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
293 |
// Helper functions for open without O_NOFOLLOW which is not present on AIX 5.3/6.1. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
294 |
// We use the jdk6 implementation here. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
295 |
#ifndef O_NOFOLLOW |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
296 |
// The O_NOFOLLOW oflag doesn't exist before solaris 5.10, this is to simulate that behaviour |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
297 |
// was done in jdk 5/6 hotspot by Oracle this way |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
298 |
static int open_o_nofollow_impl(const char* path, int oflag, mode_t mode, bool use_mode) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
299 |
struct stat orig_st; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
300 |
struct stat new_st; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
301 |
bool create; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
302 |
int error; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
303 |
int fd; |
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
304 |
int result; |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
305 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
306 |
create = false; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
307 |
|
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
308 |
RESTARTABLE(::lstat(path, &orig_st), result); |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
309 |
|
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
310 |
if (result == OS_ERR) { |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
311 |
if (errno == ENOENT && (oflag & O_CREAT) != 0) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
312 |
// File doesn't exist, but_we want to create it, add O_EXCL flag |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
313 |
// to make sure no-one creates it (or a symlink) before us |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
314 |
// This works as we expect with symlinks, from posix man page: |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
315 |
// 'If O_EXCL and O_CREAT are set, and path names a symbolic |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
316 |
// link, open() shall fail and set errno to [EEXIST]'. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
317 |
oflag |= O_EXCL; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
318 |
create = true; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
319 |
} else { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
320 |
// File doesn't exist, and we are not creating it. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
321 |
return OS_ERR; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
322 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
323 |
} else { |
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
324 |
// lstat success, check if existing file is a link. |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
325 |
if ((orig_st.st_mode & S_IFMT) == S_IFLNK) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
326 |
// File is a symlink. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
327 |
errno = ELOOP; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
328 |
return OS_ERR; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
329 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
330 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
331 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
332 |
if (use_mode == true) { |
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
333 |
RESTARTABLE(::open(path, oflag, mode), fd); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
334 |
} else { |
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
335 |
RESTARTABLE(::open(path, oflag), fd); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
336 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
337 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
338 |
if (fd == OS_ERR) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
339 |
return fd; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
340 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
341 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
342 |
// Can't do inode checks on before/after if we created the file. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
343 |
if (create == false) { |
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
344 |
RESTARTABLE(::fstat(fd, &new_st), result); |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
345 |
if (result == OS_ERR) { |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
346 |
// Keep errno from fstat, in case close also fails. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
347 |
error = errno; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
348 |
::close(fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
349 |
errno = error; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
350 |
return OS_ERR; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
351 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
352 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
353 |
if (orig_st.st_dev != new_st.st_dev || orig_st.st_ino != new_st.st_ino) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
354 |
// File was tampered with during race window. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
355 |
::close(fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
356 |
errno = EEXIST; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
357 |
if (PrintMiscellaneous && Verbose) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
358 |
warning("possible file tampering attempt detected when opening %s", path); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
359 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
360 |
return OS_ERR; |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
361 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
362 |
} |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
363 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
364 |
return fd; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
365 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
366 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
367 |
static int open_o_nofollow(const char* path, int oflag, mode_t mode) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
368 |
return open_o_nofollow_impl(path, oflag, mode, true); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
369 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
370 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
371 |
static int open_o_nofollow(const char* path, int oflag) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
372 |
return open_o_nofollow_impl(path, oflag, 0, false); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
373 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
374 |
#endif |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
375 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
376 |
// Open the directory of the given path and validate it. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
377 |
// Return a DIR * of the open directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
378 |
static DIR *open_directory_secure(const char* dirname) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
379 |
// Open the directory using open() so that it can be verified |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
380 |
// to be secure by calling is_dirfd_secure(), opendir() and then check |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
381 |
// to see if they are the same file system object. This method does not |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
382 |
// introduce a window of opportunity for the directory to be attacked that |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
383 |
// calling opendir() and is_directory_secure() does. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
384 |
int result; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
385 |
DIR *dirp = NULL; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
386 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
387 |
// No O_NOFOLLOW defined at buildtime, and it is not documented for open; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
388 |
// so provide a workaround in this case. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
389 |
#ifdef O_NOFOLLOW |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
390 |
RESTARTABLE(::open(dirname, O_RDONLY|O_NOFOLLOW), result); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
391 |
#else |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
392 |
// workaround (jdk6 coding) |
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
393 |
result = open_o_nofollow(dirname, O_RDONLY); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
394 |
#endif |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
395 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
396 |
if (result == OS_ERR) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
397 |
// Directory doesn't exist or is a symlink, so there is nothing to cleanup. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
398 |
if (PrintMiscellaneous && Verbose) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
399 |
if (errno == ELOOP) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
400 |
warning("directory %s is a symlink and is not secure\n", dirname); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
401 |
} else { |
37113 | 402 |
warning("could not open directory %s: %s\n", dirname, os::strerror(errno)); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
403 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
404 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
405 |
return dirp; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
406 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
407 |
int fd = result; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
408 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
409 |
// Determine if the open directory is secure. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
410 |
if (!is_dirfd_secure(fd)) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
411 |
// The directory is not a secure directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
412 |
os::close(fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
413 |
return dirp; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
414 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
415 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
416 |
// Open the directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
417 |
dirp = ::opendir(dirname); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
418 |
if (dirp == NULL) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
419 |
// The directory doesn't exist, close fd and return. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
420 |
os::close(fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
421 |
return dirp; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
422 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
423 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
424 |
// Check to make sure fd and dirp are referencing the same file system object. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
425 |
if (!is_same_fsobject(fd, dirp->dd_fd)) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
426 |
// The directory is not secure. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
427 |
os::close(fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
428 |
os::closedir(dirp); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
429 |
dirp = NULL; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
430 |
return dirp; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
431 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
432 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
433 |
// Close initial open now that we know directory is secure |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
434 |
os::close(fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
435 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
436 |
return dirp; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
437 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
438 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
439 |
// NOTE: The code below uses fchdir(), open() and unlink() because |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
440 |
// fdopendir(), openat() and unlinkat() are not supported on all |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
441 |
// versions. Once the support for fdopendir(), openat() and unlinkat() |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
442 |
// is available on all supported versions the code can be changed |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
443 |
// to use these functions. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
444 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
445 |
// Open the directory of the given path, validate it and set the |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
446 |
// current working directory to it. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
447 |
// Return a DIR * of the open directory and the saved cwd fd. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
448 |
// |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
449 |
static DIR *open_directory_secure_cwd(const char* dirname, int *saved_cwd_fd) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
450 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
451 |
// Open the directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
452 |
DIR* dirp = open_directory_secure(dirname); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
453 |
if (dirp == NULL) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
454 |
// Directory doesn't exist or is insecure, so there is nothing to cleanup. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
455 |
return dirp; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
456 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
457 |
int fd = dirp->dd_fd; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
458 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
459 |
// Open a fd to the cwd and save it off. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
460 |
int result; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
461 |
RESTARTABLE(::open(".", O_RDONLY), result); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
462 |
if (result == OS_ERR) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
463 |
*saved_cwd_fd = -1; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
464 |
} else { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
465 |
*saved_cwd_fd = result; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
466 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
467 |
|
32387
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
468 |
// Set the current directory to dirname by using the fd of the directory and |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
469 |
// handle errors, otherwise shared memory files will be created in cwd. |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
470 |
result = fchdir(fd); |
32387
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
471 |
if (result == OS_ERR) { |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
472 |
if (PrintMiscellaneous && Verbose) { |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
473 |
warning("could not change to directory %s", dirname); |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
474 |
} |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
475 |
if (*saved_cwd_fd != -1) { |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
476 |
::close(*saved_cwd_fd); |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
477 |
*saved_cwd_fd = -1; |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
478 |
} |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
479 |
// Close the directory. |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
480 |
os::closedir(dirp); |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
481 |
return NULL; |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
482 |
} else { |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
483 |
return dirp; |
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
484 |
} |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
485 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
486 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
487 |
// Close the directory and restore the current working directory. |
32387
a376fff9d4a5
8130910: hsperfdata file is created in wrong directory and not cleaned up if /tmp/hsperfdata_<username> has wrong permissions
dcubed
parents:
30198
diff
changeset
|
488 |
// |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
489 |
static void close_directory_secure_cwd(DIR* dirp, int saved_cwd_fd) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
490 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
491 |
int result; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
492 |
// If we have a saved cwd change back to it and close the fd. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
493 |
if (saved_cwd_fd != -1) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
494 |
result = fchdir(saved_cwd_fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
495 |
::close(saved_cwd_fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
496 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
497 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
498 |
// Close the directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
499 |
os::closedir(dirp); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
500 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
501 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
502 |
// Check if the given file descriptor is considered a secure. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
503 |
static bool is_file_secure(int fd, const char *filename) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
504 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
505 |
int result; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
506 |
struct stat statbuf; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
507 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
508 |
// Determine if the file is secure. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
509 |
RESTARTABLE(::fstat(fd, &statbuf), result); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
510 |
if (result == OS_ERR) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
511 |
if (PrintMiscellaneous && Verbose) { |
37113 | 512 |
warning("fstat failed on %s: %s\n", filename, os::strerror(errno)); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
513 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
514 |
return false; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
515 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
516 |
if (statbuf.st_nlink > 1) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
517 |
// A file with multiple links is not expected. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
518 |
if (PrintMiscellaneous && Verbose) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
519 |
warning("file %s has multiple links\n", filename); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
520 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
521 |
return false; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
522 |
} |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
523 |
return true; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
524 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
525 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
526 |
// Return the user name for the given user id. |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
527 |
// |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
528 |
// The caller is expected to free the allocated memory. |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
529 |
static char* get_user_name(uid_t uid) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
530 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
531 |
struct passwd pwent; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
532 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
533 |
// Determine the max pwbuf size from sysconf, and hardcode |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
534 |
// a default if this not available through sysconf. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
535 |
long bufsize = sysconf(_SC_GETPW_R_SIZE_MAX); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
536 |
if (bufsize == -1) |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
537 |
bufsize = 1024; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
538 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
539 |
char* pwbuf = NEW_C_HEAP_ARRAY(char, bufsize, mtInternal); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
540 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
541 |
struct passwd* p; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
542 |
int result = getpwuid_r(uid, &pwent, pwbuf, (size_t)bufsize, &p); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
543 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
544 |
if (result != 0 || p == NULL || p->pw_name == NULL || *(p->pw_name) == '\0') { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
545 |
if (PrintMiscellaneous && Verbose) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
546 |
if (result != 0) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
547 |
warning("Could not retrieve passwd entry: %s\n", |
37113 | 548 |
os::strerror(result)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
549 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
550 |
else if (p == NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
551 |
// this check is added to protect against an observed problem |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
552 |
// with getpwuid_r() on RedHat 9 where getpwuid_r returns 0, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
553 |
// indicating success, but has p == NULL. This was observed when |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
554 |
// inserting a file descriptor exhaustion fault prior to the call |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
555 |
// getpwuid_r() call. In this case, error is set to the appropriate |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
556 |
// error condition, but this is undocumented behavior. This check |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
557 |
// is safe under any condition, but the use of errno in the output |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
558 |
// message may result in an erroneous message. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
559 |
// Bug Id 89052 was opened with RedHat. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
560 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
561 |
warning("Could not retrieve passwd entry: %s\n", |
37113 | 562 |
os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
563 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
564 |
else { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
565 |
warning("Could not determine user name: %s\n", |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
566 |
p->pw_name == NULL ? "pw_name = NULL" : |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
567 |
"pw_name zero length"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
568 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
569 |
} |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
570 |
FREE_C_HEAP_ARRAY(char, pwbuf); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
571 |
return NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
572 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
573 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
574 |
char* user_name = NEW_C_HEAP_ARRAY(char, strlen(p->pw_name) + 1, mtInternal); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
575 |
strcpy(user_name, p->pw_name); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
576 |
|
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
577 |
FREE_C_HEAP_ARRAY(char, pwbuf); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
578 |
return user_name; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
579 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
580 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
581 |
// return the name of the user that owns the process identified by vmid. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
582 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
583 |
// This method uses a slow directory search algorithm to find the backing |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
584 |
// store file for the specified vmid and returns the user name, as determined |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
585 |
// by the user name suffix of the hsperfdata_<username> directory name. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
586 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
587 |
// the caller is expected to free the allocated memory. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
588 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
589 |
static char* get_user_name_slow(int vmid, TRAPS) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
590 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
591 |
// short circuit the directory search if the process doesn't even exist. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
592 |
if (kill(vmid, 0) == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
593 |
if (errno == ESRCH) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
594 |
THROW_MSG_0(vmSymbols::java_lang_IllegalArgumentException(), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
595 |
"Process not found"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
596 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
597 |
else /* EPERM */ { |
37113 | 598 |
THROW_MSG_0(vmSymbols::java_io_IOException(), os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
599 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
600 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
601 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
602 |
// directory search |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
603 |
char* oldest_user = NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
604 |
time_t oldest_ctime = 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
605 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
606 |
const char* tmpdirname = os::get_temp_directory(); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
607 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
608 |
DIR* tmpdirp = os::opendir(tmpdirname); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
609 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
610 |
if (tmpdirp == NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
611 |
return NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
612 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
613 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
614 |
// for each entry in the directory that matches the pattern hsperfdata_*, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
615 |
// open the directory and check if the file for the given vmid exists. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
616 |
// The file with the expected name and the latest creation date is used |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
617 |
// to determine the user name for the process id. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
618 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
619 |
struct dirent* dentry; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
620 |
char* tdbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(tmpdirname), mtInternal); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
621 |
errno = 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
622 |
while ((dentry = os::readdir(tmpdirp, (struct dirent *)tdbuf)) != NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
623 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
624 |
// check if the directory entry is a hsperfdata file |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
625 |
if (strncmp(dentry->d_name, PERFDATA_NAME, strlen(PERFDATA_NAME)) != 0) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
626 |
continue; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
627 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
628 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
629 |
char* usrdir_name = NEW_C_HEAP_ARRAY(char, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
630 |
strlen(tmpdirname) + strlen(dentry->d_name) + 2, mtInternal); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
631 |
strcpy(usrdir_name, tmpdirname); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
632 |
strcat(usrdir_name, "/"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
633 |
strcat(usrdir_name, dentry->d_name); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
634 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
635 |
// Open the user directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
636 |
DIR* subdirp = open_directory_secure(usrdir_name); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
637 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
638 |
if (subdirp == NULL) { |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
639 |
FREE_C_HEAP_ARRAY(char, usrdir_name); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
640 |
continue; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
641 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
642 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
643 |
// Since we don't create the backing store files in directories |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
644 |
// pointed to by symbolic links, we also don't follow them when |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
645 |
// looking for the files. We check for a symbolic link after the |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
646 |
// call to opendir in order to eliminate a small window where the |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
647 |
// symlink can be exploited. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
648 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
649 |
if (!is_directory_secure(usrdir_name)) { |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
650 |
FREE_C_HEAP_ARRAY(char, usrdir_name); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
651 |
os::closedir(subdirp); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
652 |
continue; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
653 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
654 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
655 |
struct dirent* udentry; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
656 |
char* udbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(usrdir_name), mtInternal); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
657 |
errno = 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
658 |
while ((udentry = os::readdir(subdirp, (struct dirent *)udbuf)) != NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
659 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
660 |
if (filename_to_pid(udentry->d_name) == vmid) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
661 |
struct stat statbuf; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
662 |
int result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
663 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
664 |
char* filename = NEW_C_HEAP_ARRAY(char, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
665 |
strlen(usrdir_name) + strlen(udentry->d_name) + 2, mtInternal); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
666 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
667 |
strcpy(filename, usrdir_name); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
668 |
strcat(filename, "/"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
669 |
strcat(filename, udentry->d_name); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
670 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
671 |
// don't follow symbolic links for the file |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
672 |
RESTARTABLE(::lstat(filename, &statbuf), result); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
673 |
if (result == OS_ERR) { |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
674 |
FREE_C_HEAP_ARRAY(char, filename); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
675 |
continue; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
676 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
677 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
678 |
// skip over files that are not regular files. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
679 |
if (!S_ISREG(statbuf.st_mode)) { |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
680 |
FREE_C_HEAP_ARRAY(char, filename); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
681 |
continue; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
682 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
683 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
684 |
// compare and save filename with latest creation time |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
685 |
if (statbuf.st_size > 0 && statbuf.st_ctime > oldest_ctime) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
686 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
687 |
if (statbuf.st_ctime > oldest_ctime) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
688 |
char* user = strchr(dentry->d_name, '_') + 1; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
689 |
|
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
690 |
if (oldest_user != NULL) FREE_C_HEAP_ARRAY(char, oldest_user); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
691 |
oldest_user = NEW_C_HEAP_ARRAY(char, strlen(user)+1, mtInternal); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
692 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
693 |
strcpy(oldest_user, user); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
694 |
oldest_ctime = statbuf.st_ctime; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
695 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
696 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
697 |
|
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
698 |
FREE_C_HEAP_ARRAY(char, filename); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
699 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
700 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
701 |
os::closedir(subdirp); |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
702 |
FREE_C_HEAP_ARRAY(char, udbuf); |
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
703 |
FREE_C_HEAP_ARRAY(char, usrdir_name); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
704 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
705 |
os::closedir(tmpdirp); |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
706 |
FREE_C_HEAP_ARRAY(char, tdbuf); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
707 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
708 |
return(oldest_user); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
709 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
710 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
711 |
// return the name of the user that owns the JVM indicated by the given vmid. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
712 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
713 |
static char* get_user_name(int vmid, TRAPS) { |
27680
8ecc0871c18e
8064811: Use THREAD instead of CHECK_NULL in return statements
stefank
parents:
27007
diff
changeset
|
714 |
return get_user_name_slow(vmid, THREAD); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
715 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
716 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
717 |
// return the file name of the backing store file for the named |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
718 |
// shared memory region for the given user name and vmid. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
719 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
720 |
// the caller is expected to free the allocated memory. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
721 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
722 |
static char* get_sharedmem_filename(const char* dirname, int vmid) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
723 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
724 |
// add 2 for the file separator and a null terminator. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
725 |
size_t nbytes = strlen(dirname) + UINT_CHARS + 2; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
726 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
727 |
char* name = NEW_C_HEAP_ARRAY(char, nbytes, mtInternal); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
728 |
snprintf(name, nbytes, "%s/%d", dirname, vmid); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
729 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
730 |
return name; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
731 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
732 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
733 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
734 |
// remove file |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
735 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
736 |
// this method removes the file specified by the given path |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
737 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
738 |
static void remove_file(const char* path) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
739 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
740 |
int result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
741 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
742 |
// if the file is a directory, the following unlink will fail. since |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
743 |
// we don't expect to find directories in the user temp directory, we |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
744 |
// won't try to handle this situation. even if accidentially or |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
745 |
// maliciously planted, the directory's presence won't hurt anything. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
746 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
747 |
RESTARTABLE(::unlink(path), result); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
748 |
if (PrintMiscellaneous && Verbose && result == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
749 |
if (errno != ENOENT) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
750 |
warning("Could not unlink shared memory backing" |
37113 | 751 |
" store file %s : %s\n", path, os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
752 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
753 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
754 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
755 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
756 |
// Cleanup stale shared memory resources |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
757 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
758 |
// This method attempts to remove all stale shared memory files in |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
759 |
// the named user temporary directory. It scans the named directory |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
760 |
// for files matching the pattern ^$[0-9]*$. For each file found, the |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
761 |
// process id is extracted from the file name and a test is run to |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
762 |
// determine if the process is alive. If the process is not alive, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
763 |
// any stale file resources are removed. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
764 |
static void cleanup_sharedmem_resources(const char* dirname) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
765 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
766 |
int saved_cwd_fd; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
767 |
// Open the directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
768 |
DIR* dirp = open_directory_secure_cwd(dirname, &saved_cwd_fd); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
769 |
if (dirp == NULL) { |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
770 |
// Directory doesn't exist or is insecure, so there is nothing to cleanup. |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
771 |
return; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
772 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
773 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
774 |
// For each entry in the directory that matches the expected file |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
775 |
// name pattern, determine if the file resources are stale and if |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
776 |
// so, remove the file resources. Note, instrumented HotSpot processes |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
777 |
// for this user may start and/or terminate during this search and |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
778 |
// remove or create new files in this directory. The behavior of this |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
779 |
// loop under these conditions is dependent upon the implementation of |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
780 |
// opendir/readdir. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
781 |
struct dirent* entry; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
782 |
char* dbuf = NEW_C_HEAP_ARRAY(char, os::readdir_buf_size(dirname), mtInternal); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
783 |
|
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
784 |
errno = 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
785 |
while ((entry = os::readdir(dirp, (struct dirent *)dbuf)) != NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
786 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
787 |
pid_t pid = filename_to_pid(entry->d_name); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
788 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
789 |
if (pid == 0) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
790 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
791 |
if (strcmp(entry->d_name, ".") != 0 && strcmp(entry->d_name, "..") != 0) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
792 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
793 |
// Attempt to remove all unexpected files, except "." and "..". |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
794 |
unlink(entry->d_name); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
795 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
796 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
797 |
errno = 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
798 |
continue; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
799 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
800 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
801 |
// We now have a file name that converts to a valid integer |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
802 |
// that could represent a process id . if this process id |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
803 |
// matches the current process id or the process is not running, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
804 |
// then remove the stale file resources. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
805 |
// |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
806 |
// Process liveness is detected by sending signal number 0 to |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
807 |
// the process id (see kill(2)). if kill determines that the |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
808 |
// process does not exist, then the file resources are removed. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
809 |
// if kill determines that that we don't have permission to |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
810 |
// signal the process, then the file resources are assumed to |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
811 |
// be stale and are removed because the resources for such a |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
812 |
// process should be in a different user specific directory. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
813 |
if ((pid == os::current_process_id()) || |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
814 |
(kill(pid, 0) == OS_ERR && (errno == ESRCH || errno == EPERM))) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
815 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
816 |
unlink(entry->d_name); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
817 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
818 |
errno = 0; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
819 |
} |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
820 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
821 |
// Close the directory and reset the current working directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
822 |
close_directory_secure_cwd(dirp, saved_cwd_fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
823 |
|
30198 | 824 |
FREE_C_HEAP_ARRAY(char, dbuf); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
825 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
826 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
827 |
// Make the user specific temporary directory. Returns true if |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
828 |
// the directory exists and is secure upon return. Returns false |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
829 |
// if the directory exists but is either a symlink, is otherwise |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
830 |
// insecure, or if an error occurred. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
831 |
static bool make_user_tmp_dir(const char* dirname) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
832 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
833 |
// Create the directory with 0755 permissions. note that the directory |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
834 |
// will be owned by euid::egid, which may not be the same as uid::gid. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
835 |
if (mkdir(dirname, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
836 |
if (errno == EEXIST) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
837 |
// The directory already exists and was probably created by another |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
838 |
// JVM instance. However, this could also be the result of a |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
839 |
// deliberate symlink. Verify that the existing directory is safe. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
840 |
if (!is_directory_secure(dirname)) { |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
841 |
// Directory is not secure. |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
842 |
if (PrintMiscellaneous && Verbose) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
843 |
warning("%s directory is insecure\n", dirname); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
844 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
845 |
return false; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
846 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
847 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
848 |
else { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
849 |
// we encountered some other failure while attempting |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
850 |
// to create the directory |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
851 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
852 |
if (PrintMiscellaneous && Verbose) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
853 |
warning("could not create directory %s: %s\n", |
37113 | 854 |
dirname, os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
855 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
856 |
return false; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
857 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
858 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
859 |
return true; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
860 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
861 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
862 |
// create the shared memory file resources |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
863 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
864 |
// This method creates the shared memory file with the given size |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
865 |
// This method also creates the user specific temporary directory, if |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
866 |
// it does not yet exist. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
867 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
868 |
static int create_sharedmem_resources(const char* dirname, const char* filename, size_t size) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
869 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
870 |
// make the user temporary directory |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
871 |
if (!make_user_tmp_dir(dirname)) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
872 |
// could not make/find the directory or the found directory |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
873 |
// was not secure |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
874 |
return -1; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
875 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
876 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
877 |
int saved_cwd_fd; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
878 |
// Open the directory and set the current working directory to it. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
879 |
DIR* dirp = open_directory_secure_cwd(dirname, &saved_cwd_fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
880 |
if (dirp == NULL) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
881 |
// Directory doesn't exist or is insecure, so cannot create shared |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
882 |
// memory file. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
883 |
return -1; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
884 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
885 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
886 |
// Open the filename in the current directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
887 |
// Cannot use O_TRUNC here; truncation of an existing file has to happen |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
888 |
// after the is_file_secure() check below. |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
889 |
int result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
890 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
891 |
// No O_NOFOLLOW defined at buildtime, and it is not documented for open; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
892 |
// so provide a workaround in this case. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
893 |
#ifdef O_NOFOLLOW |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
894 |
RESTARTABLE(::open(filename, O_RDWR|O_CREAT|O_NOFOLLOW, S_IREAD|S_IWRITE), result); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
895 |
#else |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
896 |
// workaround function (jdk6 code) |
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
897 |
result = open_o_nofollow(filename, O_RDWR|O_CREAT, S_IREAD|S_IWRITE); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
898 |
#endif |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
899 |
|
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
900 |
if (result == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
901 |
if (PrintMiscellaneous && Verbose) { |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
902 |
if (errno == ELOOP) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
903 |
warning("file %s is a symlink and is not secure\n", filename); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
904 |
} else { |
37113 | 905 |
warning("could not create file %s: %s\n", filename, os::strerror(errno)); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
906 |
} |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
907 |
} |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
908 |
// Close the directory and reset the current working directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
909 |
close_directory_secure_cwd(dirp, saved_cwd_fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
910 |
|
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
911 |
return -1; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
912 |
} |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
913 |
// Close the directory and reset the current working directory. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
914 |
close_directory_secure_cwd(dirp, saved_cwd_fd); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
915 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
916 |
// save the file descriptor |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
917 |
int fd = result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
918 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
919 |
// Check to see if the file is secure. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
920 |
if (!is_file_secure(fd, filename)) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
921 |
::close(fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
922 |
return -1; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
923 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
924 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
925 |
// Truncate the file to get rid of any existing data. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
926 |
RESTARTABLE(::ftruncate(fd, (off_t)0), result); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
927 |
if (result == OS_ERR) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
928 |
if (PrintMiscellaneous && Verbose) { |
37113 | 929 |
warning("could not truncate shared memory file: %s\n", os::strerror(errno)); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
930 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
931 |
::close(fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
932 |
return -1; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
933 |
} |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
934 |
// set the file size |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
935 |
RESTARTABLE(::ftruncate(fd, (off_t)size), result); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
936 |
if (result == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
937 |
if (PrintMiscellaneous && Verbose) { |
37113 | 938 |
warning("could not set shared memory file size: %s\n", os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
939 |
} |
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
940 |
::close(fd); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
941 |
return -1; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
942 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
943 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
944 |
return fd; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
945 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
946 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
947 |
// open the shared memory file for the given user and vmid. returns |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
948 |
// the file descriptor for the open file or -1 if the file could not |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
949 |
// be opened. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
950 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
951 |
static int open_sharedmem_file(const char* filename, int oflags, TRAPS) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
952 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
953 |
// open the file |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
954 |
int result; |
40103
3c3569845229
8162869: Small fixes for AIX perf memory and attach listener
clanger
parents:
37469
diff
changeset
|
955 |
// provide a workaround in case no O_NOFOLLOW is defined at buildtime |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
956 |
#ifdef O_NOFOLLOW |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
957 |
RESTARTABLE(::open(filename, oflags), result); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
958 |
#else |
37469
ac811846846c
8154087: Fix AIX and Linux/ppc64le after the integration of the new hotspot build
simonis
parents:
37113
diff
changeset
|
959 |
result = open_o_nofollow(filename, oflags); |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
960 |
#endif |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
961 |
if (result == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
962 |
if (errno == ENOENT) { |
40103
3c3569845229
8162869: Small fixes for AIX perf memory and attach listener
clanger
parents:
37469
diff
changeset
|
963 |
THROW_MSG_(vmSymbols::java_lang_IllegalArgumentException(), |
3c3569845229
8162869: Small fixes for AIX perf memory and attach listener
clanger
parents:
37469
diff
changeset
|
964 |
"Process not found", OS_ERR); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
965 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
966 |
else if (errno == EACCES) { |
40103
3c3569845229
8162869: Small fixes for AIX perf memory and attach listener
clanger
parents:
37469
diff
changeset
|
967 |
THROW_MSG_(vmSymbols::java_lang_IllegalArgumentException(), |
3c3569845229
8162869: Small fixes for AIX perf memory and attach listener
clanger
parents:
37469
diff
changeset
|
968 |
"Permission denied", OS_ERR); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
969 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
970 |
else { |
40103
3c3569845229
8162869: Small fixes for AIX perf memory and attach listener
clanger
parents:
37469
diff
changeset
|
971 |
THROW_MSG_(vmSymbols::java_io_IOException(), |
3c3569845229
8162869: Small fixes for AIX perf memory and attach listener
clanger
parents:
37469
diff
changeset
|
972 |
os::strerror(errno), OS_ERR); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
973 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
974 |
} |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
975 |
int fd = result; |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
976 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
977 |
// Check to see if the file is secure. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
978 |
if (!is_file_secure(fd, filename)) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
979 |
::close(fd); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
980 |
return -1; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
981 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
982 |
|
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
983 |
return fd; |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
984 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
985 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
986 |
// create a named shared memory region. returns the address of the |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
987 |
// memory region on success or NULL on failure. A return value of |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
988 |
// NULL will ultimately disable the shared memory feature. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
989 |
// |
40103
3c3569845229
8162869: Small fixes for AIX perf memory and attach listener
clanger
parents:
37469
diff
changeset
|
990 |
// On AIX, the name space for shared memory objects |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
991 |
// is the file system name space. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
992 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
993 |
// A monitoring application attaching to a JVM does not need to know |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
994 |
// the file system name of the shared memory object. However, it may |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
995 |
// be convenient for applications to discover the existence of newly |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
996 |
// created and terminating JVMs by watching the file system name space |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
997 |
// for files being created or removed. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
998 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
999 |
static char* mmap_create_shared(size_t size) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1000 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1001 |
int result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1002 |
int fd; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1003 |
char* mapAddress; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1004 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1005 |
int vmid = os::current_process_id(); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1006 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1007 |
char* user_name = get_user_name(geteuid()); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1008 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1009 |
if (user_name == NULL) |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1010 |
return NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1011 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1012 |
char* dirname = get_user_tmp_dir(user_name); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1013 |
char* filename = get_sharedmem_filename(dirname, vmid); |
40103
3c3569845229
8162869: Small fixes for AIX perf memory and attach listener
clanger
parents:
37469
diff
changeset
|
1014 |
|
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1015 |
// get the short filename. |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1016 |
char* short_filename = strrchr(filename, '/'); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1017 |
if (short_filename == NULL) { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1018 |
short_filename = filename; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1019 |
} else { |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1020 |
short_filename++; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1021 |
} |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1022 |
|
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1023 |
// cleanup any stale shared memory files |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1024 |
cleanup_sharedmem_resources(dirname); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1025 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1026 |
assert(((size > 0) && (size % os::vm_page_size() == 0)), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1027 |
"unexpected PerfMemory region size"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1028 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1029 |
fd = create_sharedmem_resources(dirname, short_filename, size); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1030 |
|
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
1031 |
FREE_C_HEAP_ARRAY(char, user_name); |
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
1032 |
FREE_C_HEAP_ARRAY(char, dirname); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1033 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1034 |
if (fd == -1) { |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
1035 |
FREE_C_HEAP_ARRAY(char, filename); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1036 |
return NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1037 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1038 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1039 |
mapAddress = (char*)::mmap((char*)0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1040 |
|
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1041 |
result = ::close(fd); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1042 |
assert(result != OS_ERR, "could not close file"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1043 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1044 |
if (mapAddress == MAP_FAILED) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1045 |
if (PrintMiscellaneous && Verbose) { |
37113 | 1046 |
warning("mmap failed - %s\n", os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1047 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1048 |
remove_file(filename); |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
1049 |
FREE_C_HEAP_ARRAY(char, filename); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1050 |
return NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1051 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1052 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1053 |
// save the file name for use in delete_shared_memory() |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1054 |
backing_store_file_name = filename; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1055 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1056 |
// clear the shared memory region |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1057 |
(void)::memset((void*) mapAddress, 0, size); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1058 |
|
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1059 |
// It does not go through os api, the operation has to record from here. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1060 |
MemTracker::record_virtual_memory_reserve((address)mapAddress, size, CURRENT_PC, mtInternal); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1061 |
|
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1062 |
return mapAddress; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1063 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1064 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1065 |
// release a named shared memory region |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1066 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1067 |
static void unmap_shared(char* addr, size_t bytes) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1068 |
// Do not rely on os::reserve_memory/os::release_memory to use mmap. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1069 |
// Use os::reserve_memory/os::release_memory for PerfDisableSharedMem=1, mmap/munmap for PerfDisableSharedMem=0 |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1070 |
if (::munmap(addr, bytes) == -1) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1071 |
warning("perfmemory: munmap failed (%d)\n", errno); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1072 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1073 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1074 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1075 |
// create the PerfData memory region in shared memory. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1076 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1077 |
static char* create_shared_memory(size_t size) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1078 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1079 |
// create the shared memory region. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1080 |
return mmap_create_shared(size); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1081 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1082 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1083 |
// delete the shared PerfData memory region |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1084 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1085 |
static void delete_shared_memory(char* addr, size_t size) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1086 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1087 |
// cleanup the persistent shared memory resources. since DestroyJavaVM does |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1088 |
// not support unloading of the JVM, unmapping of the memory resource is |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1089 |
// not performed. The memory will be reclaimed by the OS upon termination of |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1090 |
// the process. The backing store file is deleted from the file system. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1091 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1092 |
assert(!PerfDisableSharedMem, "shouldn't be here"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1093 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1094 |
if (backing_store_file_name != NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1095 |
remove_file(backing_store_file_name); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1096 |
// Don't.. Free heap memory could deadlock os::abort() if it is called |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1097 |
// from signal handler. OS will reclaim the heap memory. |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
1098 |
// FREE_C_HEAP_ARRAY(char, backing_store_file_name); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1099 |
backing_store_file_name = NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1100 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1101 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1102 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1103 |
// return the size of the file for the given file descriptor |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1104 |
// or 0 if it is not a valid size for a shared memory file |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1105 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1106 |
static size_t sharedmem_filesize(int fd, TRAPS) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1107 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1108 |
struct stat statbuf; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1109 |
int result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1110 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1111 |
RESTARTABLE(::fstat(fd, &statbuf), result); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1112 |
if (result == OS_ERR) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1113 |
if (PrintMiscellaneous && Verbose) { |
37113 | 1114 |
warning("fstat failed: %s\n", os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1115 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1116 |
THROW_MSG_0(vmSymbols::java_io_IOException(), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1117 |
"Could not determine PerfMemory size"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1118 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1119 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1120 |
if ((statbuf.st_size == 0) || |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1121 |
((size_t)statbuf.st_size % os::vm_page_size() != 0)) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1122 |
THROW_MSG_0(vmSymbols::java_lang_Exception(), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1123 |
"Invalid PerfMemory size"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1124 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1125 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1126 |
return (size_t)statbuf.st_size; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1127 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1128 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1129 |
// attach to a named shared memory region. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1130 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1131 |
static void mmap_attach_shared(const char* user, int vmid, PerfMemory::PerfMemoryMode mode, char** addr, size_t* sizep, TRAPS) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1132 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1133 |
char* mapAddress; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1134 |
int result; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1135 |
int fd; |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1136 |
size_t size = 0; |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1137 |
const char* luser = NULL; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1138 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1139 |
int mmap_prot; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1140 |
int file_flags; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1141 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1142 |
ResourceMark rm; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1143 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1144 |
// map the high level access mode to the appropriate permission |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1145 |
// constructs for the file and the shared memory mapping. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1146 |
if (mode == PerfMemory::PERF_MODE_RO) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1147 |
mmap_prot = PROT_READ; |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1148 |
// No O_NOFOLLOW defined at buildtime, and it is not documented for open. |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1149 |
#ifdef O_NOFOLLOW |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1150 |
file_flags = O_RDONLY | O_NOFOLLOW; |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1151 |
#else |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1152 |
file_flags = O_RDONLY; |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1153 |
#endif |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1154 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1155 |
else if (mode == PerfMemory::PERF_MODE_RW) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1156 |
#ifdef LATER |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1157 |
mmap_prot = PROT_READ | PROT_WRITE; |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1158 |
file_flags = O_RDWR | O_NOFOLLOW; |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1159 |
#else |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1160 |
THROW_MSG(vmSymbols::java_lang_IllegalArgumentException(), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1161 |
"Unsupported access mode"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1162 |
#endif |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1163 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1164 |
else { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1165 |
THROW_MSG(vmSymbols::java_lang_IllegalArgumentException(), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1166 |
"Illegal access mode"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1167 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1168 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1169 |
if (user == NULL || strlen(user) == 0) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1170 |
luser = get_user_name(vmid, CHECK); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1171 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1172 |
else { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1173 |
luser = user; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1174 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1175 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1176 |
if (luser == NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1177 |
THROW_MSG(vmSymbols::java_lang_IllegalArgumentException(), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1178 |
"Could not map vmid to user Name"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1179 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1180 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1181 |
char* dirname = get_user_tmp_dir(luser); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1182 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1183 |
// since we don't follow symbolic links when creating the backing |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1184 |
// store file, we don't follow them when attaching either. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1185 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1186 |
if (!is_directory_secure(dirname)) { |
30198 | 1187 |
FREE_C_HEAP_ARRAY(char, dirname); |
27471 | 1188 |
if (luser != user) { |
30198 | 1189 |
FREE_C_HEAP_ARRAY(char, luser); |
27471 | 1190 |
} |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1191 |
THROW_MSG(vmSymbols::java_lang_IllegalArgumentException(), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1192 |
"Process not found"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1193 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1194 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1195 |
char* filename = get_sharedmem_filename(dirname, vmid); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1196 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1197 |
// copy heap memory to resource memory. the open_sharedmem_file |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1198 |
// method below need to use the filename, but could throw an |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1199 |
// exception. using a resource array prevents the leak that |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1200 |
// would otherwise occur. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1201 |
char* rfilename = NEW_RESOURCE_ARRAY(char, strlen(filename) + 1); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1202 |
strcpy(rfilename, filename); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1203 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1204 |
// free the c heap resources that are no longer needed |
27880
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
1205 |
if (luser != user) FREE_C_HEAP_ARRAY(char, luser); |
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
1206 |
FREE_C_HEAP_ARRAY(char, dirname); |
afb974a04396
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
coleenp
parents:
27471
diff
changeset
|
1207 |
FREE_C_HEAP_ARRAY(char, filename); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1208 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1209 |
// open the shared memory file for the give vmid |
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1210 |
fd = open_sharedmem_file(rfilename, file_flags, THREAD); |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1211 |
|
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1212 |
if (fd == OS_ERR) { |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1213 |
return; |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1214 |
} |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1215 |
|
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1216 |
if (HAS_PENDING_EXCEPTION) { |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1217 |
::close(fd); |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1218 |
return; |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1219 |
} |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1220 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1221 |
if (*sizep == 0) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1222 |
size = sharedmem_filesize(fd, CHECK); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1223 |
} else { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1224 |
size = *sizep; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1225 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1226 |
|
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1227 |
assert(size > 0, "unexpected size <= 0"); |
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1228 |
|
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1229 |
mapAddress = (char*)::mmap((char*)0, size, mmap_prot, MAP_SHARED, fd, 0); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1230 |
|
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1231 |
result = ::close(fd); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1232 |
assert(result != OS_ERR, "could not close file"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1233 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1234 |
if (mapAddress == MAP_FAILED) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1235 |
if (PrintMiscellaneous && Verbose) { |
37113 | 1236 |
warning("mmap failed: %s\n", os::strerror(errno)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1237 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1238 |
THROW_MSG(vmSymbols::java_lang_OutOfMemoryError(), |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1239 |
"Could not map PerfMemory"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1240 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1241 |
|
36197
40b356f0cdf5
8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger
parents:
35594
diff
changeset
|
1242 |
// it does not go through os api, the operation has to record from here. |
28611
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1243 |
MemTracker::record_virtual_memory_reserve((address)mapAddress, size, CURRENT_PC, mtInternal); |
2eb1ab939ba4
8069590: AIX port of "8050807: Better performing performance data handling"
goetz
parents:
27883
diff
changeset
|
1244 |
|
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1245 |
*addr = mapAddress; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1246 |
*sizep = size; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1247 |
|
46405
17ab5460b2cb
8168122: Update logging in perfMemory to Unified Logging
rprotacio
parents:
40103
diff
changeset
|
1248 |
log_debug(perf, memops)("mapped " SIZE_FORMAT " bytes for vmid %d at " |
50080 | 1249 |
INTPTR_FORMAT, size, vmid, p2i((void*)mapAddress)); |
22831
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1250 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1251 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1252 |
// create the PerfData memory region |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1253 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1254 |
// This method creates the memory region used to store performance |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1255 |
// data for the JVM. The memory may be created in standard or |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1256 |
// shared memory. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1257 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1258 |
void PerfMemory::create_memory_region(size_t size) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1259 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1260 |
if (PerfDisableSharedMem) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1261 |
// do not share the memory for the performance data. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1262 |
_start = create_standard_memory(size); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1263 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1264 |
else { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1265 |
_start = create_shared_memory(size); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1266 |
if (_start == NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1267 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1268 |
// creation of the shared memory region failed, attempt |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1269 |
// to create a contiguous, non-shared memory region instead. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1270 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1271 |
if (PrintMiscellaneous && Verbose) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1272 |
warning("Reverting to non-shared PerfMemory region.\n"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1273 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1274 |
PerfDisableSharedMem = true; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1275 |
_start = create_standard_memory(size); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1276 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1277 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1278 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1279 |
if (_start != NULL) _capacity = size; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1280 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1281 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1282 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1283 |
// delete the PerfData memory region |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1284 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1285 |
// This method deletes the memory region used to store performance |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1286 |
// data for the JVM. The memory region indicated by the <address, size> |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1287 |
// tuple will be inaccessible after a call to this method. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1288 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1289 |
void PerfMemory::delete_memory_region() { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1290 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1291 |
assert((start() != NULL && capacity() > 0), "verify proper state"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1292 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1293 |
// If user specifies PerfDataSaveFile, it will save the performance data |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1294 |
// to the specified file name no matter whether PerfDataSaveToFile is specified |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1295 |
// or not. In other word, -XX:PerfDataSaveFile=.. overrides flag |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1296 |
// -XX:+PerfDataSaveToFile. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1297 |
if (PerfDataSaveToFile || PerfDataSaveFile != NULL) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1298 |
save_memory_to_file(start(), capacity()); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1299 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1300 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1301 |
if (PerfDisableSharedMem) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1302 |
delete_standard_memory(start(), capacity()); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1303 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1304 |
else { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1305 |
delete_shared_memory(start(), capacity()); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1306 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1307 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1308 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1309 |
// attach to the PerfData memory region for another JVM |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1310 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1311 |
// This method returns an <address, size> tuple that points to |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1312 |
// a memory buffer that is kept reasonably synchronized with |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1313 |
// the PerfData memory region for the indicated JVM. This |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1314 |
// buffer may be kept in synchronization via shared memory |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1315 |
// or some other mechanism that keeps the buffer updated. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1316 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1317 |
// If the JVM chooses not to support the attachability feature, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1318 |
// this method should throw an UnsupportedOperation exception. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1319 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1320 |
// This implementation utilizes named shared memory to map |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1321 |
// the indicated process's PerfData memory region into this JVMs |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1322 |
// address space. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1323 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1324 |
void PerfMemory::attach(const char* user, int vmid, PerfMemoryMode mode, char** addrp, size_t* sizep, TRAPS) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1325 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1326 |
if (vmid == 0 || vmid == os::current_process_id()) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1327 |
*addrp = start(); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1328 |
*sizep = capacity(); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1329 |
return; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1330 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1331 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1332 |
mmap_attach_shared(user, vmid, mode, addrp, sizep, CHECK); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1333 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1334 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1335 |
// detach from the PerfData memory region of another JVM |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1336 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1337 |
// This method detaches the PerfData memory region of another |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1338 |
// JVM, specified as an <address, size> tuple of a buffer |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1339 |
// in this process's address space. This method may perform |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1340 |
// arbitrary actions to accomplish the detachment. The memory |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1341 |
// region specified by <address, size> will be inaccessible after |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1342 |
// a call to this method. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1343 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1344 |
// If the JVM chooses not to support the attachability feature, |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1345 |
// this method should throw an UnsupportedOperation exception. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1346 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1347 |
// This implementation utilizes named shared memory to detach |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1348 |
// the indicated process's PerfData memory region from this |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1349 |
// process's address space. |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1350 |
// |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1351 |
void PerfMemory::detach(char* addr, size_t bytes, TRAPS) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1352 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1353 |
assert(addr != 0, "address sanity check"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1354 |
assert(bytes > 0, "capacity sanity check"); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1355 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1356 |
if (PerfMemory::contains(addr) || PerfMemory::contains(addr + bytes - 1)) { |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1357 |
// prevent accidental detachment of this process's PerfMemory region |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1358 |
return; |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1359 |
} |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1360 |
|
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1361 |
unmap_shared(addr, bytes); |
1e2ba1d62103
8023038: PPC64 (part 15): Platform files for AIX/PPC64 support
simonis
parents:
diff
changeset
|
1362 |
} |