author | alanb |
Tue, 03 May 2016 09:11:31 +0100 | |
changeset 37827 | 09fa0c82a5f7 |
parent 32821 | ef088e4410ea |
permissions | -rw-r--r-- |
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
1 |
# |
28737
ca4b6a6e5cc8
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
dfuchs
parents:
28168
diff
changeset
|
2 |
# Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved. |
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
4 |
# |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
8 |
# |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
13 |
# accompanied this code). |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
14 |
# |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
15 |
# You should have received a copy of the GNU General Public License version |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation, |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
18 |
# |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
19 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
20 |
# or visit www.oracle.com if you need additional information or have any |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
21 |
# questions. |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
22 |
# |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
23 |
# |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
24 |
# Only used for OSX/Darwin builds |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
25 |
|
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
26 |
# Define public interface. |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
27 |
_JVM_handle_bsd_signal |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
28 |
|
32821 | 29 |
# miscellaneous functions |
22494
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
30 |
_jio_fprintf |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
31 |
_jio_printf |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
32 |
_jio_snprintf |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
33 |
_jio_vfprintf |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
34 |
_jio_vsnprintf |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
35 |
|
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
36 |
# This is for Forte Analyzer profiling support. |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
37 |
_AsyncGetCallTrace |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
38 |
|
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
39 |
# INSERT VTABLE SYMBOLS HERE |
65bae79a77ed
8030941: Darwin mapfile-vers doesnt work for other BSDs
dsamersoff
parents:
diff
changeset
|
40 |