annotate src/share/vm/utilities/dtrace_usdt2_disabled.hpp @ 7212:291ffc492eb6

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Fri, 14 Dec 2012 14:35:13 +0100
parents 436b4a3231bf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4006
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1 /*
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
2 * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
4 *
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
7 * published by the Free Software Foundation.
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
8 *
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
9 * This code is distributed in the hope that it will be useful, but WITHOUT
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
12 * version 2 for more details (a copy is included in the LICENSE file that
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
13 * accompanied this code).
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
14 *
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License version
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
16 * 2 along with this work; if not, write to the Free Software Foundation,
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
18 *
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
20 * or visit www.oracle.com if you need additional information or have any
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
21 * questions.
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
22 *
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
23 */
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
24
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
25 #ifndef SHARE_VM_UTILITIES_DTRACE_USDT2_DISABLED_HPP
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
26 #define SHARE_VM_UTILITIES_DTRACE_USDT2_DISABLED_HPP
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
27
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
28 /* This file contains dummy provider probes needed when compiling a hotspot
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
29 * that does not support dtrace probes. This could be because we're building
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
30 * on a system that doesn't suuport dtrace or because we're bulding a variant
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
31 * of hotspot (like core) where we do not support dtrace
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
32 */
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
33 #if !defined(DTRACE_ENABLED)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
34
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
35 #ifdef USDT2
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
36
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
37 /* hotspot provider probes */
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
38 #define HOTSPOT_CLASS_LOADED(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
39 #define HOTSPOT_CLASS_LOADED_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
40 #define HOTSPOT_CLASS_UNLOADED(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
41 #define HOTSPOT_CLASS_UNLOADED_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
42 #define HOTSPOT_CLASS_INITIALIZATION_REQUIRED(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
43 #define HOTSPOT_CLASS_INITIALIZATION_REQUIRED_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
44 #define HOTSPOT_CLASS_INITIALIZATION_RECURSIVE(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
45 #define HOTSPOT_CLASS_INITIALIZATION_RECURSIVE_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
46 #define HOTSPOT_CLASS_INITIALIZATION_CONCURRENT(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
47 #define HOTSPOT_CLASS_INITIALIZATION_CONCURRENT_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
48 #define HOTSPOT_CLASS_INITIALIZATION_ERRONEOUS(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
49 #define HOTSPOT_CLASS_INITIALIZATION_ERRONEOUS_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
50 #define HOTSPOT_CLASS_INITIALIZATION_SUPER_FAILED(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
51 #define HOTSPOT_CLASS_INITIALIZATION_SUPER_FAILED_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
52 #define HOTSPOT_CLASS_INITIALIZATION_CLINIT(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
53 #define HOTSPOT_CLASS_INITIALIZATION_CLINIT_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
54 #define HOTSPOT_CLASS_INITIALIZATION_ERROR(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
55 #define HOTSPOT_CLASS_INITIALIZATION_ERROR_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
56 #define HOTSPOT_CLASS_INITIALIZATION_END(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
57 #define HOTSPOT_CLASS_INITIALIZATION_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
58 #define HOTSPOT_COMPILED_METHOD_LOAD(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
59 #define HOTSPOT_COMPILED_METHOD_LOAD_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
60 #define HOTSPOT_COMPILED_METHOD_UNLOAD(arg0, arg1, arg2, arg3, arg4, arg5)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
61 #define HOTSPOT_COMPILED_METHOD_UNLOAD_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
62 #define HOTSPOT_GC_BEGIN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
63 #define HOTSPOT_GC_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
64 #define HOTSPOT_GC_END()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
65 #define HOTSPOT_GC_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
66 #define HOTSPOT_MEM_POOL_GC_BEGIN(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
67 #define HOTSPOT_MEM_POOL_GC_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
68 #define HOTSPOT_MEM_POOL_GC_END(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
69 #define HOTSPOT_MEM_POOL_GC_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
70 #define HOTSPOT_METHOD_COMPILE_BEGIN(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
71 #define HOTSPOT_METHOD_COMPILE_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
72 #define HOTSPOT_METHOD_COMPILE_END(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
73 #define HOTSPOT_METHOD_COMPILE_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
74 #define HOTSPOT_METHOD_ENTRY(arg0, arg1, arg2, arg3, arg4, arg5, arg6)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
75 #define HOTSPOT_METHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
76 #define HOTSPOT_METHOD_RETURN(arg0, arg1, arg2, arg3, arg4, arg5, arg6)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
77 #define HOTSPOT_METHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
78 #define HOTSPOT_MONITOR_CONTENDED_ENTER(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
79 #define HOTSPOT_MONITOR_CONTENDED_ENTER_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
80 #define HOTSPOT_MONITOR_CONTENDED_ENTERED(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
81 #define HOTSPOT_MONITOR_CONTENDED_ENTERED_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
82 #define HOTSPOT_MONITOR_CONTENDED_EXIT(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
83 #define HOTSPOT_MONITOR_CONTENDED_EXIT_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
84 #define HOTSPOT_MONITOR_NOTIFY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
85 #define HOTSPOT_MONITOR_NOTIFY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
86 #define HOTSPOT_MONITOR_NOTIFYALL(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
87 #define HOTSPOT_MONITOR_NOTIFYALL_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
88 #define HOTSPOT_MONITOR_WAIT(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
89 #define HOTSPOT_MONITOR_WAIT_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
90 #define HOTSPOT_MONITOR_WAIT_PROBE(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
91 #define HOTSPOT_MONITOR_WAIT_PROBE_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
92 #define HOTSPOT_MONITOR_WAITED(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
93 #define HOTSPOT_MONITOR_WAITED_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
94 #define HOTSPOT_OBJECT_ALLOC(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
95 #define HOTSPOT_OBJECT_ALLOC_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
96 #define HOTSPOT_THREAD_START(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
97 #define HOTSPOT_THREAD_START_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
98 #define HOTSPOT_THREAD_STOP(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
99 #define HOTSPOT_THREAD_STOP_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
100 #define HOTSPOT_THREAD_SLEEP_BEGIN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
101 #define HOTSPOT_THREAD_SLEEP_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
102 #define HOTSPOT_THREAD_SLEEP_END(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
103 #define HOTSPOT_THREAD_SLEEP_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
104 #define HOTSPOT_THREAD_YIELD()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
105 #define HOTSPOT_THREAD_YIELD_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
106 #define HOTSPOT_THREAD_PARK_BEGIN(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
107 #define HOTSPOT_THREAD_PARK_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
108 #define HOTSPOT_THREAD_PARK_END(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
109 #define HOTSPOT_THREAD_PARK_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
110 #define HOTSPOT_THREAD_UNPARK()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
111 #define HOTSPOT_THREAD_UNPARK_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
112 #define HOTSPOT_VM_INIT_BEGIN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
113 #define HOTSPOT_VM_INIT_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
114 #define HOTSPOT_VM_INIT_END()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
115 #define HOTSPOT_VM_INIT_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
116 #define HOTSPOT_VM_SHUTDOWN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
117 #define HOTSPOT_VM_SHUTDOWN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
118 #define HOTSPOT_VMOPS_REQUEST(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
119 #define HOTSPOT_VMOPS_REQUEST_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
120 #define HOTSPOT_VMOPS_BEGIN(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
121 #define HOTSPOT_VMOPS_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
122 #define HOTSPOT_VMOPS_END(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
123 #define HOTSPOT_VMOPS_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
124
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
125 /* hs_private provider probes */
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
126 #define HS_PRIVATE_CMS_INITMARK_BEGIN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
127 #define HS_PRIVATE_CMS_INITMARK_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
128 #define HS_PRIVATE_CMS_INITMARK_END()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
129 #define HS_PRIVATE_CMS_INITMARK_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
130 #define HS_PRIVATE_CMS_REMARK_BEGIN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
131 #define HS_PRIVATE_CMS_REMARK_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
132 #define HS_PRIVATE_CMS_REMARK_END()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
133 #define HS_PRIVATE_CMS_REMARK_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
134 #define HS_PRIVATE_HASHTABLE_NEW_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
135 #define HS_PRIVATE_HASHTABLE_NEW_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
136 #define HS_PRIVATE_SAFEPOINT_BEGIN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
137 #define HS_PRIVATE_SAFEPOINT_BEGIN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
138 #define HS_PRIVATE_SAFEPOINT_END()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
139 #define HS_PRIVATE_SAFEPOINT_END_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
140
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
141 /* hotspot_jni provider probes */
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
142 #define HOTSPOT_JNI_ALLOCOBJECT_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
143 #define HOTSPOT_JNI_ALLOCOBJECT_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
144 #define HOTSPOT_JNI_ALLOCOBJECT_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
145 #define HOTSPOT_JNI_ALLOCOBJECT_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
146 #define HOTSPOT_JNI_ATTACHCURRENTTHREAD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
147 #define HOTSPOT_JNI_ATTACHCURRENTTHREAD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
148 #define HOTSPOT_JNI_ATTACHCURRENTTHREAD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
149 #define HOTSPOT_JNI_ATTACHCURRENTTHREAD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
150 #define HOTSPOT_JNI_ATTACHCURRENTTHREADASDAEMON_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
151 #define HOTSPOT_JNI_ATTACHCURRENTTHREADASDAEMON_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
152 #define HOTSPOT_JNI_ATTACHCURRENTTHREADASDAEMON_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
153 #define HOTSPOT_JNI_ATTACHCURRENTTHREADASDAEMON_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
154 #define HOTSPOT_JNI_CALLBOOLEANMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
155 #define HOTSPOT_JNI_CALLBOOLEANMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
156 #define HOTSPOT_JNI_CALLBOOLEANMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
157 #define HOTSPOT_JNI_CALLBOOLEANMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
158 #define HOTSPOT_JNI_CALLBOOLEANMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
159 #define HOTSPOT_JNI_CALLBOOLEANMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
160 #define HOTSPOT_JNI_CALLBOOLEANMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
161 #define HOTSPOT_JNI_CALLBOOLEANMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
162 #define HOTSPOT_JNI_CALLBOOLEANMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
163 #define HOTSPOT_JNI_CALLBOOLEANMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
164 #define HOTSPOT_JNI_CALLBOOLEANMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
165 #define HOTSPOT_JNI_CALLBOOLEANMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
166 #define HOTSPOT_JNI_CALLBYTEMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
167 #define HOTSPOT_JNI_CALLBYTEMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
168 #define HOTSPOT_JNI_CALLBYTEMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
169 #define HOTSPOT_JNI_CALLBYTEMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
170 #define HOTSPOT_JNI_CALLBYTEMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
171 #define HOTSPOT_JNI_CALLBYTEMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
172 #define HOTSPOT_JNI_CALLBYTEMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
173 #define HOTSPOT_JNI_CALLBYTEMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
174 #define HOTSPOT_JNI_CALLBYTEMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
175 #define HOTSPOT_JNI_CALLBYTEMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
176 #define HOTSPOT_JNI_CALLBYTEMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
177 #define HOTSPOT_JNI_CALLBYTEMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
178 #define HOTSPOT_JNI_CALLCHARMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
179 #define HOTSPOT_JNI_CALLCHARMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
180 #define HOTSPOT_JNI_CALLCHARMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
181 #define HOTSPOT_JNI_CALLCHARMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
182 #define HOTSPOT_JNI_CALLCHARMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
183 #define HOTSPOT_JNI_CALLCHARMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
184 #define HOTSPOT_JNI_CALLCHARMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
185 #define HOTSPOT_JNI_CALLCHARMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
186 #define HOTSPOT_JNI_CALLCHARMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
187 #define HOTSPOT_JNI_CALLCHARMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
188 #define HOTSPOT_JNI_CALLCHARMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
189 #define HOTSPOT_JNI_CALLCHARMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
190 #define HOTSPOT_JNI_CALLDOUBLEMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
191 #define HOTSPOT_JNI_CALLDOUBLEMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
192 #define HOTSPOT_JNI_CALLDOUBLEMETHOD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
193 #define HOTSPOT_JNI_CALLDOUBLEMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
194 #define HOTSPOT_JNI_CALLDOUBLEMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
195 #define HOTSPOT_JNI_CALLDOUBLEMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
196 #define HOTSPOT_JNI_CALLDOUBLEMETHODA_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
197 #define HOTSPOT_JNI_CALLDOUBLEMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
198 #define HOTSPOT_JNI_CALLDOUBLEMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
199 #define HOTSPOT_JNI_CALLDOUBLEMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
200 #define HOTSPOT_JNI_CALLDOUBLEMETHODV_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
201 #define HOTSPOT_JNI_CALLDOUBLEMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
202 #define HOTSPOT_JNI_CALLFLOATMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
203 #define HOTSPOT_JNI_CALLFLOATMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
204 #define HOTSPOT_JNI_CALLFLOATMETHOD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
205 #define HOTSPOT_JNI_CALLFLOATMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
206 #define HOTSPOT_JNI_CALLFLOATMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
207 #define HOTSPOT_JNI_CALLFLOATMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
208 #define HOTSPOT_JNI_CALLFLOATMETHODA_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
209 #define HOTSPOT_JNI_CALLFLOATMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
210 #define HOTSPOT_JNI_CALLFLOATMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
211 #define HOTSPOT_JNI_CALLFLOATMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
212 #define HOTSPOT_JNI_CALLFLOATMETHODV_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
213 #define HOTSPOT_JNI_CALLFLOATMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
214 #define HOTSPOT_JNI_CALLINTMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
215 #define HOTSPOT_JNI_CALLINTMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
216 #define HOTSPOT_JNI_CALLINTMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
217 #define HOTSPOT_JNI_CALLINTMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
218 #define HOTSPOT_JNI_CALLINTMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
219 #define HOTSPOT_JNI_CALLINTMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
220 #define HOTSPOT_JNI_CALLINTMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
221 #define HOTSPOT_JNI_CALLINTMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
222 #define HOTSPOT_JNI_CALLINTMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
223 #define HOTSPOT_JNI_CALLINTMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
224 #define HOTSPOT_JNI_CALLINTMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
225 #define HOTSPOT_JNI_CALLINTMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
226 #define HOTSPOT_JNI_CALLLONGMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
227 #define HOTSPOT_JNI_CALLLONGMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
228 #define HOTSPOT_JNI_CALLLONGMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
229 #define HOTSPOT_JNI_CALLLONGMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
230 #define HOTSPOT_JNI_CALLLONGMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
231 #define HOTSPOT_JNI_CALLLONGMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
232 #define HOTSPOT_JNI_CALLLONGMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
233 #define HOTSPOT_JNI_CALLLONGMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
234 #define HOTSPOT_JNI_CALLLONGMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
235 #define HOTSPOT_JNI_CALLLONGMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
236 #define HOTSPOT_JNI_CALLLONGMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
237 #define HOTSPOT_JNI_CALLLONGMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
238 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
239 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
240 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
241 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
242 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
243 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
244 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
245 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
246 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
247 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
248 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
249 #define HOTSPOT_JNI_CALLNONVIRTUALBOOLEANMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
250 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
251 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
252 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
253 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
254 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
255 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
256 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
257 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
258 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
259 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
260 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
261 #define HOTSPOT_JNI_CALLNONVIRTUALBYTEMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
262 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
263 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
264 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
265 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
266 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
267 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
268 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
269 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
270 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
271 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
272 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
273 #define HOTSPOT_JNI_CALLNONVIRTUALCHARMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
274 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
275 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
276 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHOD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
277 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
278 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
279 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
280 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODA_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
281 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
282 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
283 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
284 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODV_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
285 #define HOTSPOT_JNI_CALLNONVIRTUALDOUBLEMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
286 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
287 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
288 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHOD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
289 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
290 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
291 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
292 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODA_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
293 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
294 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
295 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
296 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODV_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
297 #define HOTSPOT_JNI_CALLNONVIRTUALFLOATMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
298 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
299 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
300 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
301 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
302 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
303 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
304 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
305 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
306 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
307 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
308 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
309 #define HOTSPOT_JNI_CALLNONVIRTUALINTMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
310 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
311 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
312 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
313 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
314 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
315 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
316 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
317 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
318 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
319 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
320 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
321 #define HOTSPOT_JNI_CALLNONVIRTUALLONGMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
322 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
323 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
324 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
325 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
326 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
327 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
328 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
329 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
330 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
331 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
332 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
333 #define HOTSPOT_JNI_CALLNONVIRTUALOBJECTMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
334 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
335 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
336 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
337 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
338 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
339 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
340 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
341 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
342 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
343 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
344 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
345 #define HOTSPOT_JNI_CALLNONVIRTUALSHORTMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
346 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
347 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
348 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHOD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
349 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
350 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODA_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
351 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
352 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODA_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
353 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
354 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODV_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
355 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
356 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODV_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
357 #define HOTSPOT_JNI_CALLNONVIRTUALVOIDMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
358 #define HOTSPOT_JNI_CALLOBJECTMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
359 #define HOTSPOT_JNI_CALLOBJECTMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
360 #define HOTSPOT_JNI_CALLOBJECTMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
361 #define HOTSPOT_JNI_CALLOBJECTMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
362 #define HOTSPOT_JNI_CALLOBJECTMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
363 #define HOTSPOT_JNI_CALLOBJECTMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
364 #define HOTSPOT_JNI_CALLOBJECTMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
365 #define HOTSPOT_JNI_CALLOBJECTMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
366 #define HOTSPOT_JNI_CALLOBJECTMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
367 #define HOTSPOT_JNI_CALLOBJECTMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
368 #define HOTSPOT_JNI_CALLOBJECTMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
369 #define HOTSPOT_JNI_CALLOBJECTMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
370 #define HOTSPOT_JNI_CALLSHORTMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
371 #define HOTSPOT_JNI_CALLSHORTMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
372 #define HOTSPOT_JNI_CALLSHORTMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
373 #define HOTSPOT_JNI_CALLSHORTMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
374 #define HOTSPOT_JNI_CALLSHORTMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
375 #define HOTSPOT_JNI_CALLSHORTMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
376 #define HOTSPOT_JNI_CALLSHORTMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
377 #define HOTSPOT_JNI_CALLSHORTMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
378 #define HOTSPOT_JNI_CALLSHORTMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
379 #define HOTSPOT_JNI_CALLSHORTMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
380 #define HOTSPOT_JNI_CALLSHORTMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
381 #define HOTSPOT_JNI_CALLSHORTMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
382 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
383 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
384 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
385 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
386 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
387 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
388 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
389 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
390 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
391 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
392 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
393 #define HOTSPOT_JNI_CALLSTATICBOOLEANMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
394 #define HOTSPOT_JNI_CALLSTATICBYTEMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
395 #define HOTSPOT_JNI_CALLSTATICBYTEMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
396 #define HOTSPOT_JNI_CALLSTATICBYTEMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
397 #define HOTSPOT_JNI_CALLSTATICBYTEMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
398 #define HOTSPOT_JNI_CALLSTATICBYTEMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
399 #define HOTSPOT_JNI_CALLSTATICBYTEMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
400 #define HOTSPOT_JNI_CALLSTATICBYTEMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
401 #define HOTSPOT_JNI_CALLSTATICBYTEMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
402 #define HOTSPOT_JNI_CALLSTATICBYTEMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
403 #define HOTSPOT_JNI_CALLSTATICBYTEMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
404 #define HOTSPOT_JNI_CALLSTATICBYTEMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
405 #define HOTSPOT_JNI_CALLSTATICBYTEMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
406 #define HOTSPOT_JNI_CALLSTATICCHARMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
407 #define HOTSPOT_JNI_CALLSTATICCHARMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
408 #define HOTSPOT_JNI_CALLSTATICCHARMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
409 #define HOTSPOT_JNI_CALLSTATICCHARMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
410 #define HOTSPOT_JNI_CALLSTATICCHARMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
411 #define HOTSPOT_JNI_CALLSTATICCHARMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
412 #define HOTSPOT_JNI_CALLSTATICCHARMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
413 #define HOTSPOT_JNI_CALLSTATICCHARMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
414 #define HOTSPOT_JNI_CALLSTATICCHARMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
415 #define HOTSPOT_JNI_CALLSTATICCHARMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
416 #define HOTSPOT_JNI_CALLSTATICCHARMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
417 #define HOTSPOT_JNI_CALLSTATICCHARMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
418 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
419 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
420 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHOD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
421 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
422 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
423 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
424 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHODA_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
425 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
426 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
427 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
428 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHODV_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
429 #define HOTSPOT_JNI_CALLSTATICDOUBLEMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
430 #define HOTSPOT_JNI_CALLSTATICFLOATMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
431 #define HOTSPOT_JNI_CALLSTATICFLOATMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
432 #define HOTSPOT_JNI_CALLSTATICFLOATMETHOD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
433 #define HOTSPOT_JNI_CALLSTATICFLOATMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
434 #define HOTSPOT_JNI_CALLSTATICFLOATMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
435 #define HOTSPOT_JNI_CALLSTATICFLOATMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
436 #define HOTSPOT_JNI_CALLSTATICFLOATMETHODA_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
437 #define HOTSPOT_JNI_CALLSTATICFLOATMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
438 #define HOTSPOT_JNI_CALLSTATICFLOATMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
439 #define HOTSPOT_JNI_CALLSTATICFLOATMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
440 #define HOTSPOT_JNI_CALLSTATICFLOATMETHODV_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
441 #define HOTSPOT_JNI_CALLSTATICFLOATMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
442 #define HOTSPOT_JNI_CALLSTATICINTMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
443 #define HOTSPOT_JNI_CALLSTATICINTMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
444 #define HOTSPOT_JNI_CALLSTATICINTMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
445 #define HOTSPOT_JNI_CALLSTATICINTMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
446 #define HOTSPOT_JNI_CALLSTATICINTMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
447 #define HOTSPOT_JNI_CALLSTATICINTMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
448 #define HOTSPOT_JNI_CALLSTATICINTMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
449 #define HOTSPOT_JNI_CALLSTATICINTMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
450 #define HOTSPOT_JNI_CALLSTATICINTMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
451 #define HOTSPOT_JNI_CALLSTATICINTMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
452 #define HOTSPOT_JNI_CALLSTATICINTMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
453 #define HOTSPOT_JNI_CALLSTATICINTMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
454 #define HOTSPOT_JNI_CALLSTATICLONGMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
455 #define HOTSPOT_JNI_CALLSTATICLONGMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
456 #define HOTSPOT_JNI_CALLSTATICLONGMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
457 #define HOTSPOT_JNI_CALLSTATICLONGMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
458 #define HOTSPOT_JNI_CALLSTATICLONGMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
459 #define HOTSPOT_JNI_CALLSTATICLONGMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
460 #define HOTSPOT_JNI_CALLSTATICLONGMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
461 #define HOTSPOT_JNI_CALLSTATICLONGMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
462 #define HOTSPOT_JNI_CALLSTATICLONGMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
463 #define HOTSPOT_JNI_CALLSTATICLONGMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
464 #define HOTSPOT_JNI_CALLSTATICLONGMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
465 #define HOTSPOT_JNI_CALLSTATICLONGMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
466 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
467 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
468 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
469 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
470 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
471 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
472 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
473 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
474 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
475 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
476 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
477 #define HOTSPOT_JNI_CALLSTATICOBJECTMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
478 #define HOTSPOT_JNI_CALLSTATICSHORTMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
479 #define HOTSPOT_JNI_CALLSTATICSHORTMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
480 #define HOTSPOT_JNI_CALLSTATICSHORTMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
481 #define HOTSPOT_JNI_CALLSTATICSHORTMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
482 #define HOTSPOT_JNI_CALLSTATICSHORTMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
483 #define HOTSPOT_JNI_CALLSTATICSHORTMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
484 #define HOTSPOT_JNI_CALLSTATICSHORTMETHODA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
485 #define HOTSPOT_JNI_CALLSTATICSHORTMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
486 #define HOTSPOT_JNI_CALLSTATICSHORTMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
487 #define HOTSPOT_JNI_CALLSTATICSHORTMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
488 #define HOTSPOT_JNI_CALLSTATICSHORTMETHODV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
489 #define HOTSPOT_JNI_CALLSTATICSHORTMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
490 #define HOTSPOT_JNI_CALLSTATICVOIDMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
491 #define HOTSPOT_JNI_CALLSTATICVOIDMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
492 #define HOTSPOT_JNI_CALLSTATICVOIDMETHOD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
493 #define HOTSPOT_JNI_CALLSTATICVOIDMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
494 #define HOTSPOT_JNI_CALLSTATICVOIDMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
495 #define HOTSPOT_JNI_CALLSTATICVOIDMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
496 #define HOTSPOT_JNI_CALLSTATICVOIDMETHODA_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
497 #define HOTSPOT_JNI_CALLSTATICVOIDMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
498 #define HOTSPOT_JNI_CALLSTATICVOIDMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
499 #define HOTSPOT_JNI_CALLSTATICVOIDMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
500 #define HOTSPOT_JNI_CALLSTATICVOIDMETHODV_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
501 #define HOTSPOT_JNI_CALLSTATICVOIDMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
502 #define HOTSPOT_JNI_CALLVOIDMETHOD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
503 #define HOTSPOT_JNI_CALLVOIDMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
504 #define HOTSPOT_JNI_CALLVOIDMETHOD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
505 #define HOTSPOT_JNI_CALLVOIDMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
506 #define HOTSPOT_JNI_CALLVOIDMETHODA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
507 #define HOTSPOT_JNI_CALLVOIDMETHODA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
508 #define HOTSPOT_JNI_CALLVOIDMETHODA_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
509 #define HOTSPOT_JNI_CALLVOIDMETHODA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
510 #define HOTSPOT_JNI_CALLVOIDMETHODV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
511 #define HOTSPOT_JNI_CALLVOIDMETHODV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
512 #define HOTSPOT_JNI_CALLVOIDMETHODV_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
513 #define HOTSPOT_JNI_CALLVOIDMETHODV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
514 #define HOTSPOT_JNI_CREATEJAVAVM_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
515 #define HOTSPOT_JNI_CREATEJAVAVM_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
516 #define HOTSPOT_JNI_CREATEJAVAVM_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
517 #define HOTSPOT_JNI_CREATEJAVAVM_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
518 #define HOTSPOT_JNI_DEFINECLASS_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
519 #define HOTSPOT_JNI_DEFINECLASS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
520 #define HOTSPOT_JNI_DEFINECLASS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
521 #define HOTSPOT_JNI_DEFINECLASS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
522 #define HOTSPOT_JNI_DELETEGLOBALREF_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
523 #define HOTSPOT_JNI_DELETEGLOBALREF_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
524 #define HOTSPOT_JNI_DELETEGLOBALREF_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
525 #define HOTSPOT_JNI_DELETEGLOBALREF_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
526 #define HOTSPOT_JNI_DELETELOCALREF_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
527 #define HOTSPOT_JNI_DELETELOCALREF_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
528 #define HOTSPOT_JNI_DELETELOCALREF_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
529 #define HOTSPOT_JNI_DELETELOCALREF_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
530 #define HOTSPOT_JNI_DELETEWEAKGLOBALREF_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
531 #define HOTSPOT_JNI_DELETEWEAKGLOBALREF_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
532 #define HOTSPOT_JNI_DELETEWEAKGLOBALREF_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
533 #define HOTSPOT_JNI_DELETEWEAKGLOBALREF_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
534 #define HOTSPOT_JNI_DESTROYJAVAVM_ENTRY(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
535 #define HOTSPOT_JNI_DESTROYJAVAVM_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
536 #define HOTSPOT_JNI_DESTROYJAVAVM_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
537 #define HOTSPOT_JNI_DESTROYJAVAVM_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
538 #define HOTSPOT_JNI_DETACHCURRENTTHREAD_ENTRY(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
539 #define HOTSPOT_JNI_DETACHCURRENTTHREAD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
540 #define HOTSPOT_JNI_DETACHCURRENTTHREAD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
541 #define HOTSPOT_JNI_DETACHCURRENTTHREAD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
542 #define HOTSPOT_JNI_ENSURELOCALCAPACITY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
543 #define HOTSPOT_JNI_ENSURELOCALCAPACITY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
544 #define HOTSPOT_JNI_ENSURELOCALCAPACITY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
545 #define HOTSPOT_JNI_ENSURELOCALCAPACITY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
546 #define HOTSPOT_JNI_EXCEPTIONCHECK_ENTRY(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
547 #define HOTSPOT_JNI_EXCEPTIONCHECK_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
548 #define HOTSPOT_JNI_EXCEPTIONCHECK_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
549 #define HOTSPOT_JNI_EXCEPTIONCHECK_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
550 #define HOTSPOT_JNI_EXCEPTIONCLEAR_ENTRY(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
551 #define HOTSPOT_JNI_EXCEPTIONCLEAR_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
552 #define HOTSPOT_JNI_EXCEPTIONCLEAR_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
553 #define HOTSPOT_JNI_EXCEPTIONCLEAR_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
554 #define HOTSPOT_JNI_EXCEPTIONDESCRIBE_ENTRY(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
555 #define HOTSPOT_JNI_EXCEPTIONDESCRIBE_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
556 #define HOTSPOT_JNI_EXCEPTIONDESCRIBE_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
557 #define HOTSPOT_JNI_EXCEPTIONDESCRIBE_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
558 #define HOTSPOT_JNI_EXCEPTIONOCCURRED_ENTRY(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
559 #define HOTSPOT_JNI_EXCEPTIONOCCURRED_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
560 #define HOTSPOT_JNI_EXCEPTIONOCCURRED_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
561 #define HOTSPOT_JNI_EXCEPTIONOCCURRED_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
562 #define HOTSPOT_JNI_FATALERROR_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
563 #define HOTSPOT_JNI_FATALERROR_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
564 #define HOTSPOT_JNI_FINDCLASS_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
565 #define HOTSPOT_JNI_FINDCLASS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
566 #define HOTSPOT_JNI_FINDCLASS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
567 #define HOTSPOT_JNI_FINDCLASS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
568 #define HOTSPOT_JNI_FROMREFLECTEDFIELD_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
569 #define HOTSPOT_JNI_FROMREFLECTEDFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
570 #define HOTSPOT_JNI_FROMREFLECTEDFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
571 #define HOTSPOT_JNI_FROMREFLECTEDFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
572 #define HOTSPOT_JNI_FROMREFLECTEDMETHOD_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
573 #define HOTSPOT_JNI_FROMREFLECTEDMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
574 #define HOTSPOT_JNI_FROMREFLECTEDMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
575 #define HOTSPOT_JNI_FROMREFLECTEDMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
576 #define HOTSPOT_JNI_GETARRAYLENGTH_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
577 #define HOTSPOT_JNI_GETARRAYLENGTH_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
578 #define HOTSPOT_JNI_GETARRAYLENGTH_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
579 #define HOTSPOT_JNI_GETARRAYLENGTH_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
580 #define HOTSPOT_JNI_GETBOOLEANARRAYELEMENTS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
581 #define HOTSPOT_JNI_GETBOOLEANARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
582 #define HOTSPOT_JNI_GETBOOLEANARRAYELEMENTS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
583 #define HOTSPOT_JNI_GETBOOLEANARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
584 #define HOTSPOT_JNI_GETBOOLEANARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
585 #define HOTSPOT_JNI_GETBOOLEANARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
586 #define HOTSPOT_JNI_GETBOOLEANARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
587 #define HOTSPOT_JNI_GETBOOLEANARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
588 #define HOTSPOT_JNI_GETBOOLEANFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
589 #define HOTSPOT_JNI_GETBOOLEANFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
590 #define HOTSPOT_JNI_GETBOOLEANFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
591 #define HOTSPOT_JNI_GETBOOLEANFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
592 #define HOTSPOT_JNI_GETBYTEARRAYELEMENTS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
593 #define HOTSPOT_JNI_GETBYTEARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
594 #define HOTSPOT_JNI_GETBYTEARRAYELEMENTS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
595 #define HOTSPOT_JNI_GETBYTEARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
596 #define HOTSPOT_JNI_GETBYTEARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
597 #define HOTSPOT_JNI_GETBYTEARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
598 #define HOTSPOT_JNI_GETBYTEARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
599 #define HOTSPOT_JNI_GETBYTEARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
600 #define HOTSPOT_JNI_GETBYTEFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
601 #define HOTSPOT_JNI_GETBYTEFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
602 #define HOTSPOT_JNI_GETBYTEFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
603 #define HOTSPOT_JNI_GETBYTEFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
604 #define HOTSPOT_JNI_GETCHARARRAYELEMENTS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
605 #define HOTSPOT_JNI_GETCHARARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
606 #define HOTSPOT_JNI_GETCHARARRAYELEMENTS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
607 #define HOTSPOT_JNI_GETCHARARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
608 #define HOTSPOT_JNI_GETCHARARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
609 #define HOTSPOT_JNI_GETCHARARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
610 #define HOTSPOT_JNI_GETCHARARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
611 #define HOTSPOT_JNI_GETCHARARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
612 #define HOTSPOT_JNI_GETCHARFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
613 #define HOTSPOT_JNI_GETCHARFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
614 #define HOTSPOT_JNI_GETCHARFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
615 #define HOTSPOT_JNI_GETCHARFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
616 #define HOTSPOT_JNI_GETCREATEDJAVAVMS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
617 #define HOTSPOT_JNI_GETCREATEDJAVAVMS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
618 #define HOTSPOT_JNI_GETCREATEDJAVAVMS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
619 #define HOTSPOT_JNI_GETCREATEDJAVAVMS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
620 #define HOTSPOT_JNI_GETDEFAULTJAVAVMINITARGS_ENTRY(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
621 #define HOTSPOT_JNI_GETDEFAULTJAVAVMINITARGS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
622 #define HOTSPOT_JNI_GETDEFAULTJAVAVMINITARGS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
623 #define HOTSPOT_JNI_GETDEFAULTJAVAVMINITARGS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
624 #define HOTSPOT_JNI_GETDIRECTBUFFERADDRESS_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
625 #define HOTSPOT_JNI_GETDIRECTBUFFERADDRESS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
626 #define HOTSPOT_JNI_GETDIRECTBUFFERADDRESS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
627 #define HOTSPOT_JNI_GETDIRECTBUFFERADDRESS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
628 #define HOTSPOT_JNI_GETDIRECTBUFFERCAPACITY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
629 #define HOTSPOT_JNI_GETDIRECTBUFFERCAPACITY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
630 #define HOTSPOT_JNI_GETDIRECTBUFFERCAPACITY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
631 #define HOTSPOT_JNI_GETDIRECTBUFFERCAPACITY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
632 #define HOTSPOT_JNI_GETDOUBLEARRAYELEMENTS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
633 #define HOTSPOT_JNI_GETDOUBLEARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
634 #define HOTSPOT_JNI_GETDOUBLEARRAYELEMENTS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
635 #define HOTSPOT_JNI_GETDOUBLEARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
636 #define HOTSPOT_JNI_GETDOUBLEARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
637 #define HOTSPOT_JNI_GETDOUBLEARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
638 #define HOTSPOT_JNI_GETDOUBLEARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
639 #define HOTSPOT_JNI_GETDOUBLEARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
640 #define HOTSPOT_JNI_GETDOUBLEFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
641 #define HOTSPOT_JNI_GETDOUBLEFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
642 #define HOTSPOT_JNI_GETDOUBLEFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
643 #define HOTSPOT_JNI_GETDOUBLEFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
644 #define HOTSPOT_JNI_GETENV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
645 #define HOTSPOT_JNI_GETENV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
646 #define HOTSPOT_JNI_GETENV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
647 #define HOTSPOT_JNI_GETENV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
648 #define HOTSPOT_JNI_GETFIELDID_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
649 #define HOTSPOT_JNI_GETFIELDID_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
650 #define HOTSPOT_JNI_GETFIELDID_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
651 #define HOTSPOT_JNI_GETFIELDID_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
652 #define HOTSPOT_JNI_GETFLOATARRAYELEMENTS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
653 #define HOTSPOT_JNI_GETFLOATARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
654 #define HOTSPOT_JNI_GETFLOATARRAYELEMENTS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
655 #define HOTSPOT_JNI_GETFLOATARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
656 #define HOTSPOT_JNI_GETFLOATARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
657 #define HOTSPOT_JNI_GETFLOATARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
658 #define HOTSPOT_JNI_GETFLOATARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
659 #define HOTSPOT_JNI_GETFLOATARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
660 #define HOTSPOT_JNI_GETFLOATFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
661 #define HOTSPOT_JNI_GETFLOATFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
662 #define HOTSPOT_JNI_GETFLOATFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
663 #define HOTSPOT_JNI_GETFLOATFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
664 #define HOTSPOT_JNI_GETINTARRAYELEMENTS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
665 #define HOTSPOT_JNI_GETINTARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
666 #define HOTSPOT_JNI_GETINTARRAYELEMENTS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
667 #define HOTSPOT_JNI_GETINTARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
668 #define HOTSPOT_JNI_GETINTARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
669 #define HOTSPOT_JNI_GETINTARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
670 #define HOTSPOT_JNI_GETINTARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
671 #define HOTSPOT_JNI_GETINTARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
672 #define HOTSPOT_JNI_GETINTFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
673 #define HOTSPOT_JNI_GETINTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
674 #define HOTSPOT_JNI_GETINTFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
675 #define HOTSPOT_JNI_GETINTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
676 #define HOTSPOT_JNI_GETJAVAVM_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
677 #define HOTSPOT_JNI_GETJAVAVM_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
678 #define HOTSPOT_JNI_GETJAVAVM_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
679 #define HOTSPOT_JNI_GETJAVAVM_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
680 #define HOTSPOT_JNI_GETLONGARRAYELEMENTS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
681 #define HOTSPOT_JNI_GETLONGARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
682 #define HOTSPOT_JNI_GETLONGARRAYELEMENTS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
683 #define HOTSPOT_JNI_GETLONGARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
684 #define HOTSPOT_JNI_GETLONGARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
685 #define HOTSPOT_JNI_GETLONGARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
686 #define HOTSPOT_JNI_GETLONGARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
687 #define HOTSPOT_JNI_GETLONGARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
688 #define HOTSPOT_JNI_GETLONGFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
689 #define HOTSPOT_JNI_GETLONGFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
690 #define HOTSPOT_JNI_GETLONGFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
691 #define HOTSPOT_JNI_GETLONGFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
692 #define HOTSPOT_JNI_GETMETHODID_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
693 #define HOTSPOT_JNI_GETMETHODID_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
694 #define HOTSPOT_JNI_GETMETHODID_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
695 #define HOTSPOT_JNI_GETMETHODID_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
696 #define HOTSPOT_JNI_GETOBJECTARRAYELEMENT_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
697 #define HOTSPOT_JNI_GETOBJECTARRAYELEMENT_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
698 #define HOTSPOT_JNI_GETOBJECTARRAYELEMENT_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
699 #define HOTSPOT_JNI_GETOBJECTARRAYELEMENT_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
700 #define HOTSPOT_JNI_GETOBJECTCLASS_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
701 #define HOTSPOT_JNI_GETOBJECTCLASS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
702 #define HOTSPOT_JNI_GETOBJECTCLASS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
703 #define HOTSPOT_JNI_GETOBJECTCLASS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
704 #define HOTSPOT_JNI_GETOBJECTFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
705 #define HOTSPOT_JNI_GETOBJECTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
706 #define HOTSPOT_JNI_GETOBJECTFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
707 #define HOTSPOT_JNI_GETOBJECTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
708 #define HOTSPOT_JNI_GETOBJECTREFTYPE_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
709 #define HOTSPOT_JNI_GETOBJECTREFTYPE_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
710 #define HOTSPOT_JNI_GETOBJECTREFTYPE_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
711 #define HOTSPOT_JNI_GETOBJECTREFTYPE_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
712 #define HOTSPOT_JNI_GETPRIMITIVEARRAYCRITICAL_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
713 #define HOTSPOT_JNI_GETPRIMITIVEARRAYCRITICAL_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
714 #define HOTSPOT_JNI_GETPRIMITIVEARRAYCRITICAL_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
715 #define HOTSPOT_JNI_GETPRIMITIVEARRAYCRITICAL_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
716 #define HOTSPOT_JNI_GETSHORTARRAYELEMENTS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
717 #define HOTSPOT_JNI_GETSHORTARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
718 #define HOTSPOT_JNI_GETSHORTARRAYELEMENTS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
719 #define HOTSPOT_JNI_GETSHORTARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
720 #define HOTSPOT_JNI_GETSHORTARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
721 #define HOTSPOT_JNI_GETSHORTARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
722 #define HOTSPOT_JNI_GETSHORTARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
723 #define HOTSPOT_JNI_GETSHORTARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
724 #define HOTSPOT_JNI_GETSHORTFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
725 #define HOTSPOT_JNI_GETSHORTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
726 #define HOTSPOT_JNI_GETSHORTFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
727 #define HOTSPOT_JNI_GETSHORTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
728 #define HOTSPOT_JNI_GETSTATICBOOLEANFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
729 #define HOTSPOT_JNI_GETSTATICBOOLEANFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
730 #define HOTSPOT_JNI_GETSTATICBOOLEANFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
731 #define HOTSPOT_JNI_GETSTATICBOOLEANFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
732 #define HOTSPOT_JNI_GETSTATICBYTEFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
733 #define HOTSPOT_JNI_GETSTATICBYTEFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
734 #define HOTSPOT_JNI_GETSTATICBYTEFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
735 #define HOTSPOT_JNI_GETSTATICBYTEFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
736 #define HOTSPOT_JNI_GETSTATICCHARFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
737 #define HOTSPOT_JNI_GETSTATICCHARFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
738 #define HOTSPOT_JNI_GETSTATICCHARFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
739 #define HOTSPOT_JNI_GETSTATICCHARFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
740 #define HOTSPOT_JNI_GETSTATICDOUBLEFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
741 #define HOTSPOT_JNI_GETSTATICDOUBLEFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
742 #define HOTSPOT_JNI_GETSTATICDOUBLEFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
743 #define HOTSPOT_JNI_GETSTATICDOUBLEFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
744 #define HOTSPOT_JNI_GETSTATICFIELDID_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
745 #define HOTSPOT_JNI_GETSTATICFIELDID_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
746 #define HOTSPOT_JNI_GETSTATICFIELDID_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
747 #define HOTSPOT_JNI_GETSTATICFIELDID_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
748 #define HOTSPOT_JNI_GETSTATICFLOATFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
749 #define HOTSPOT_JNI_GETSTATICFLOATFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
750 #define HOTSPOT_JNI_GETSTATICFLOATFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
751 #define HOTSPOT_JNI_GETSTATICFLOATFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
752 #define HOTSPOT_JNI_GETSTATICINTFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
753 #define HOTSPOT_JNI_GETSTATICINTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
754 #define HOTSPOT_JNI_GETSTATICINTFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
755 #define HOTSPOT_JNI_GETSTATICINTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
756 #define HOTSPOT_JNI_GETSTATICLONGFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
757 #define HOTSPOT_JNI_GETSTATICLONGFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
758 #define HOTSPOT_JNI_GETSTATICLONGFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
759 #define HOTSPOT_JNI_GETSTATICLONGFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
760 #define HOTSPOT_JNI_GETSTATICMETHODID_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
761 #define HOTSPOT_JNI_GETSTATICMETHODID_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
762 #define HOTSPOT_JNI_GETSTATICMETHODID_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
763 #define HOTSPOT_JNI_GETSTATICMETHODID_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
764 #define HOTSPOT_JNI_GETSTATICOBJECTFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
765 #define HOTSPOT_JNI_GETSTATICOBJECTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
766 #define HOTSPOT_JNI_GETSTATICOBJECTFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
767 #define HOTSPOT_JNI_GETSTATICOBJECTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
768 #define HOTSPOT_JNI_GETSTATICSHORTFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
769 #define HOTSPOT_JNI_GETSTATICSHORTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
770 #define HOTSPOT_JNI_GETSTATICSHORTFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
771 #define HOTSPOT_JNI_GETSTATICSHORTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
772 #define HOTSPOT_JNI_GETSTRINGCHARS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
773 #define HOTSPOT_JNI_GETSTRINGCHARS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
774 #define HOTSPOT_JNI_GETSTRINGCHARS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
775 #define HOTSPOT_JNI_GETSTRINGCHARS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
776 #define HOTSPOT_JNI_GETSTRINGCRITICAL_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
777 #define HOTSPOT_JNI_GETSTRINGCRITICAL_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
778 #define HOTSPOT_JNI_GETSTRINGCRITICAL_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
779 #define HOTSPOT_JNI_GETSTRINGCRITICAL_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
780 #define HOTSPOT_JNI_GETSTRINGLENGTH_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
781 #define HOTSPOT_JNI_GETSTRINGLENGTH_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
782 #define HOTSPOT_JNI_GETSTRINGLENGTH_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
783 #define HOTSPOT_JNI_GETSTRINGLENGTH_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
784 #define HOTSPOT_JNI_GETSTRINGREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
785 #define HOTSPOT_JNI_GETSTRINGREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
786 #define HOTSPOT_JNI_GETSTRINGREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
787 #define HOTSPOT_JNI_GETSTRINGREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
788 #define HOTSPOT_JNI_GETSTRINGUTFCHARS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
789 #define HOTSPOT_JNI_GETSTRINGUTFCHARS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
790 #define HOTSPOT_JNI_GETSTRINGUTFCHARS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
791 #define HOTSPOT_JNI_GETSTRINGUTFCHARS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
792 #define HOTSPOT_JNI_GETSTRINGUTFLENGTH_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
793 #define HOTSPOT_JNI_GETSTRINGUTFLENGTH_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
794 #define HOTSPOT_JNI_GETSTRINGUTFLENGTH_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
795 #define HOTSPOT_JNI_GETSTRINGUTFLENGTH_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
796 #define HOTSPOT_JNI_GETSTRINGUTFREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
797 #define HOTSPOT_JNI_GETSTRINGUTFREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
798 #define HOTSPOT_JNI_GETSTRINGUTFREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
799 #define HOTSPOT_JNI_GETSTRINGUTFREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
800 #define HOTSPOT_JNI_GETSUPERCLASS_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
801 #define HOTSPOT_JNI_GETSUPERCLASS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
802 #define HOTSPOT_JNI_GETSUPERCLASS_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
803 #define HOTSPOT_JNI_GETSUPERCLASS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
804 #define HOTSPOT_JNI_GETVERSION_ENTRY(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
805 #define HOTSPOT_JNI_GETVERSION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
806 #define HOTSPOT_JNI_GETVERSION_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
807 #define HOTSPOT_JNI_GETVERSION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
808 #define HOTSPOT_JNI_ISASSIGNABLEFROM_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
809 #define HOTSPOT_JNI_ISASSIGNABLEFROM_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
810 #define HOTSPOT_JNI_ISASSIGNABLEFROM_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
811 #define HOTSPOT_JNI_ISASSIGNABLEFROM_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
812 #define HOTSPOT_JNI_ISINSTANCEOF_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
813 #define HOTSPOT_JNI_ISINSTANCEOF_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
814 #define HOTSPOT_JNI_ISINSTANCEOF_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
815 #define HOTSPOT_JNI_ISINSTANCEOF_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
816 #define HOTSPOT_JNI_ISSAMEOBJECT_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
817 #define HOTSPOT_JNI_ISSAMEOBJECT_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
818 #define HOTSPOT_JNI_ISSAMEOBJECT_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
819 #define HOTSPOT_JNI_ISSAMEOBJECT_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
820 #define HOTSPOT_JNI_MONITORENTER_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
821 #define HOTSPOT_JNI_MONITORENTER_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
822 #define HOTSPOT_JNI_MONITORENTER_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
823 #define HOTSPOT_JNI_MONITORENTER_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
824 #define HOTSPOT_JNI_MONITOREXIT_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
825 #define HOTSPOT_JNI_MONITOREXIT_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
826 #define HOTSPOT_JNI_MONITOREXIT_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
827 #define HOTSPOT_JNI_MONITOREXIT_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
828 #define HOTSPOT_JNI_NEWBOOLEANARRAY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
829 #define HOTSPOT_JNI_NEWBOOLEANARRAY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
830 #define HOTSPOT_JNI_NEWBOOLEANARRAY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
831 #define HOTSPOT_JNI_NEWBOOLEANARRAY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
832 #define HOTSPOT_JNI_NEWBYTEARRAY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
833 #define HOTSPOT_JNI_NEWBYTEARRAY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
834 #define HOTSPOT_JNI_NEWBYTEARRAY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
835 #define HOTSPOT_JNI_NEWBYTEARRAY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
836 #define HOTSPOT_JNI_NEWCHARARRAY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
837 #define HOTSPOT_JNI_NEWCHARARRAY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
838 #define HOTSPOT_JNI_NEWCHARARRAY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
839 #define HOTSPOT_JNI_NEWCHARARRAY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
840 #define HOTSPOT_JNI_NEWDIRECTBYTEBUFFER_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
841 #define HOTSPOT_JNI_NEWDIRECTBYTEBUFFER_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
842 #define HOTSPOT_JNI_NEWDIRECTBYTEBUFFER_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
843 #define HOTSPOT_JNI_NEWDIRECTBYTEBUFFER_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
844 #define HOTSPOT_JNI_NEWDOUBLEARRAY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
845 #define HOTSPOT_JNI_NEWDOUBLEARRAY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
846 #define HOTSPOT_JNI_NEWDOUBLEARRAY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
847 #define HOTSPOT_JNI_NEWDOUBLEARRAY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
848 #define HOTSPOT_JNI_NEWFLOATARRAY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
849 #define HOTSPOT_JNI_NEWFLOATARRAY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
850 #define HOTSPOT_JNI_NEWFLOATARRAY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
851 #define HOTSPOT_JNI_NEWFLOATARRAY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
852 #define HOTSPOT_JNI_NEWGLOBALREF_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
853 #define HOTSPOT_JNI_NEWGLOBALREF_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
854 #define HOTSPOT_JNI_NEWGLOBALREF_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
855 #define HOTSPOT_JNI_NEWGLOBALREF_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
856 #define HOTSPOT_JNI_NEWINTARRAY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
857 #define HOTSPOT_JNI_NEWINTARRAY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
858 #define HOTSPOT_JNI_NEWINTARRAY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
859 #define HOTSPOT_JNI_NEWINTARRAY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
860 #define HOTSPOT_JNI_NEWLOCALREF_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
861 #define HOTSPOT_JNI_NEWLOCALREF_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
862 #define HOTSPOT_JNI_NEWLOCALREF_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
863 #define HOTSPOT_JNI_NEWLOCALREF_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
864 #define HOTSPOT_JNI_NEWLONGARRAY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
865 #define HOTSPOT_JNI_NEWLONGARRAY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
866 #define HOTSPOT_JNI_NEWLONGARRAY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
867 #define HOTSPOT_JNI_NEWLONGARRAY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
868 #define HOTSPOT_JNI_NEWOBJECT_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
869 #define HOTSPOT_JNI_NEWOBJECT_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
870 #define HOTSPOT_JNI_NEWOBJECT_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
871 #define HOTSPOT_JNI_NEWOBJECT_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
872 #define HOTSPOT_JNI_NEWOBJECTA_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
873 #define HOTSPOT_JNI_NEWOBJECTA_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
874 #define HOTSPOT_JNI_NEWOBJECTA_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
875 #define HOTSPOT_JNI_NEWOBJECTA_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
876 #define HOTSPOT_JNI_NEWOBJECTARRAY_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
877 #define HOTSPOT_JNI_NEWOBJECTARRAY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
878 #define HOTSPOT_JNI_NEWOBJECTARRAY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
879 #define HOTSPOT_JNI_NEWOBJECTARRAY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
880 #define HOTSPOT_JNI_NEWOBJECTV_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
881 #define HOTSPOT_JNI_NEWOBJECTV_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
882 #define HOTSPOT_JNI_NEWOBJECTV_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
883 #define HOTSPOT_JNI_NEWOBJECTV_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
884 #define HOTSPOT_JNI_NEWSHORTARRAY_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
885 #define HOTSPOT_JNI_NEWSHORTARRAY_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
886 #define HOTSPOT_JNI_NEWSHORTARRAY_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
887 #define HOTSPOT_JNI_NEWSHORTARRAY_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
888 #define HOTSPOT_JNI_NEWSTRING_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
889 #define HOTSPOT_JNI_NEWSTRING_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
890 #define HOTSPOT_JNI_NEWSTRING_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
891 #define HOTSPOT_JNI_NEWSTRING_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
892 #define HOTSPOT_JNI_NEWSTRINGUTF_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
893 #define HOTSPOT_JNI_NEWSTRINGUTF_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
894 #define HOTSPOT_JNI_NEWSTRINGUTF_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
895 #define HOTSPOT_JNI_NEWSTRINGUTF_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
896 #define HOTSPOT_JNI_NEWWEAKGLOBALREF_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
897 #define HOTSPOT_JNI_NEWWEAKGLOBALREF_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
898 #define HOTSPOT_JNI_NEWWEAKGLOBALREF_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
899 #define HOTSPOT_JNI_NEWWEAKGLOBALREF_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
900 #define HOTSPOT_JNI_POPLOCALFRAME_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
901 #define HOTSPOT_JNI_POPLOCALFRAME_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
902 #define HOTSPOT_JNI_POPLOCALFRAME_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
903 #define HOTSPOT_JNI_POPLOCALFRAME_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
904 #define HOTSPOT_JNI_PUSHLOCALFRAME_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
905 #define HOTSPOT_JNI_PUSHLOCALFRAME_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
906 #define HOTSPOT_JNI_PUSHLOCALFRAME_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
907 #define HOTSPOT_JNI_PUSHLOCALFRAME_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
908 #define HOTSPOT_JNI_REGISTERNATIVES_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
909 #define HOTSPOT_JNI_REGISTERNATIVES_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
910 #define HOTSPOT_JNI_REGISTERNATIVES_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
911 #define HOTSPOT_JNI_REGISTERNATIVES_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
912 #define HOTSPOT_JNI_RELEASEBOOLEANARRAYELEMENTS_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
913 #define HOTSPOT_JNI_RELEASEBOOLEANARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
914 #define HOTSPOT_JNI_RELEASEBOOLEANARRAYELEMENTS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
915 #define HOTSPOT_JNI_RELEASEBOOLEANARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
916 #define HOTSPOT_JNI_RELEASEBYTEARRAYELEMENTS_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
917 #define HOTSPOT_JNI_RELEASEBYTEARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
918 #define HOTSPOT_JNI_RELEASEBYTEARRAYELEMENTS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
919 #define HOTSPOT_JNI_RELEASEBYTEARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
920 #define HOTSPOT_JNI_RELEASECHARARRAYELEMENTS_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
921 #define HOTSPOT_JNI_RELEASECHARARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
922 #define HOTSPOT_JNI_RELEASECHARARRAYELEMENTS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
923 #define HOTSPOT_JNI_RELEASECHARARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
924 #define HOTSPOT_JNI_RELEASEDOUBLEARRAYELEMENTS_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
925 #define HOTSPOT_JNI_RELEASEDOUBLEARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
926 #define HOTSPOT_JNI_RELEASEDOUBLEARRAYELEMENTS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
927 #define HOTSPOT_JNI_RELEASEDOUBLEARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
928 #define HOTSPOT_JNI_RELEASEFLOATARRAYELEMENTS_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
929 #define HOTSPOT_JNI_RELEASEFLOATARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
930 #define HOTSPOT_JNI_RELEASEFLOATARRAYELEMENTS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
931 #define HOTSPOT_JNI_RELEASEFLOATARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
932 #define HOTSPOT_JNI_RELEASEINTARRAYELEMENTS_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
933 #define HOTSPOT_JNI_RELEASEINTARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
934 #define HOTSPOT_JNI_RELEASEINTARRAYELEMENTS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
935 #define HOTSPOT_JNI_RELEASEINTARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
936 #define HOTSPOT_JNI_RELEASELONGARRAYELEMENTS_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
937 #define HOTSPOT_JNI_RELEASELONGARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
938 #define HOTSPOT_JNI_RELEASELONGARRAYELEMENTS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
939 #define HOTSPOT_JNI_RELEASELONGARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
940 #define HOTSPOT_JNI_RELEASEPRIMITIVEARRAYCRITICAL_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
941 #define HOTSPOT_JNI_RELEASEPRIMITIVEARRAYCRITICAL_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
942 #define HOTSPOT_JNI_RELEASEPRIMITIVEARRAYCRITICAL_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
943 #define HOTSPOT_JNI_RELEASEPRIMITIVEARRAYCRITICAL_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
944 #define HOTSPOT_JNI_RELEASESHORTARRAYELEMENTS_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
945 #define HOTSPOT_JNI_RELEASESHORTARRAYELEMENTS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
946 #define HOTSPOT_JNI_RELEASESHORTARRAYELEMENTS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
947 #define HOTSPOT_JNI_RELEASESHORTARRAYELEMENTS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
948 #define HOTSPOT_JNI_RELEASESTRINGCHARS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
949 #define HOTSPOT_JNI_RELEASESTRINGCHARS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
950 #define HOTSPOT_JNI_RELEASESTRINGCHARS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
951 #define HOTSPOT_JNI_RELEASESTRINGCHARS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
952 #define HOTSPOT_JNI_RELEASESTRINGCRITICAL_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
953 #define HOTSPOT_JNI_RELEASESTRINGCRITICAL_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
954 #define HOTSPOT_JNI_RELEASESTRINGCRITICAL_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
955 #define HOTSPOT_JNI_RELEASESTRINGCRITICAL_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
956 #define HOTSPOT_JNI_RELEASESTRINGUTFCHARS_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
957 #define HOTSPOT_JNI_RELEASESTRINGUTFCHARS_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
958 #define HOTSPOT_JNI_RELEASESTRINGUTFCHARS_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
959 #define HOTSPOT_JNI_RELEASESTRINGUTFCHARS_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
960 #define HOTSPOT_JNI_SETBOOLEANARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
961 #define HOTSPOT_JNI_SETBOOLEANARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
962 #define HOTSPOT_JNI_SETBOOLEANARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
963 #define HOTSPOT_JNI_SETBOOLEANARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
964 #define HOTSPOT_JNI_SETBOOLEANFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
965 #define HOTSPOT_JNI_SETBOOLEANFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
966 #define HOTSPOT_JNI_SETBOOLEANFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
967 #define HOTSPOT_JNI_SETBOOLEANFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
968 #define HOTSPOT_JNI_SETBYTEARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
969 #define HOTSPOT_JNI_SETBYTEARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
970 #define HOTSPOT_JNI_SETBYTEARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
971 #define HOTSPOT_JNI_SETBYTEARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
972 #define HOTSPOT_JNI_SETBYTEFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
973 #define HOTSPOT_JNI_SETBYTEFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
974 #define HOTSPOT_JNI_SETBYTEFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
975 #define HOTSPOT_JNI_SETBYTEFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
976 #define HOTSPOT_JNI_SETCHARARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
977 #define HOTSPOT_JNI_SETCHARARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
978 #define HOTSPOT_JNI_SETCHARARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
979 #define HOTSPOT_JNI_SETCHARARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
980 #define HOTSPOT_JNI_SETCHARFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
981 #define HOTSPOT_JNI_SETCHARFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
982 #define HOTSPOT_JNI_SETCHARFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
983 #define HOTSPOT_JNI_SETCHARFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
984 #define HOTSPOT_JNI_SETDOUBLEARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
985 #define HOTSPOT_JNI_SETDOUBLEARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
986 #define HOTSPOT_JNI_SETDOUBLEARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
987 #define HOTSPOT_JNI_SETDOUBLEARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
988 #define HOTSPOT_JNI_SETDOUBLEFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
989 #define HOTSPOT_JNI_SETDOUBLEFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
990 #define HOTSPOT_JNI_SETDOUBLEFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
991 #define HOTSPOT_JNI_SETDOUBLEFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
992 #define HOTSPOT_JNI_SETFLOATARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
993 #define HOTSPOT_JNI_SETFLOATARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
994 #define HOTSPOT_JNI_SETFLOATARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
995 #define HOTSPOT_JNI_SETFLOATARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
996 #define HOTSPOT_JNI_SETFLOATFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
997 #define HOTSPOT_JNI_SETFLOATFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
998 #define HOTSPOT_JNI_SETFLOATFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
999 #define HOTSPOT_JNI_SETFLOATFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1000 #define HOTSPOT_JNI_SETINTARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1001 #define HOTSPOT_JNI_SETINTARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1002 #define HOTSPOT_JNI_SETINTARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1003 #define HOTSPOT_JNI_SETINTARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1004 #define HOTSPOT_JNI_SETINTFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1005 #define HOTSPOT_JNI_SETINTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1006 #define HOTSPOT_JNI_SETINTFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1007 #define HOTSPOT_JNI_SETINTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1008 #define HOTSPOT_JNI_SETLONGARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1009 #define HOTSPOT_JNI_SETLONGARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1010 #define HOTSPOT_JNI_SETLONGARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1011 #define HOTSPOT_JNI_SETLONGARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1012 #define HOTSPOT_JNI_SETLONGFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1013 #define HOTSPOT_JNI_SETLONGFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1014 #define HOTSPOT_JNI_SETLONGFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1015 #define HOTSPOT_JNI_SETLONGFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1016 #define HOTSPOT_JNI_SETOBJECTARRAYELEMENT_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1017 #define HOTSPOT_JNI_SETOBJECTARRAYELEMENT_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1018 #define HOTSPOT_JNI_SETOBJECTARRAYELEMENT_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1019 #define HOTSPOT_JNI_SETOBJECTARRAYELEMENT_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1020 #define HOTSPOT_JNI_SETOBJECTFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1021 #define HOTSPOT_JNI_SETOBJECTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1022 #define HOTSPOT_JNI_SETOBJECTFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1023 #define HOTSPOT_JNI_SETOBJECTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1024 #define HOTSPOT_JNI_SETSHORTARRAYREGION_ENTRY(arg0, arg1, arg2, arg3, arg4)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1025 #define HOTSPOT_JNI_SETSHORTARRAYREGION_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1026 #define HOTSPOT_JNI_SETSHORTARRAYREGION_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1027 #define HOTSPOT_JNI_SETSHORTARRAYREGION_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1028 #define HOTSPOT_JNI_SETSHORTFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1029 #define HOTSPOT_JNI_SETSHORTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1030 #define HOTSPOT_JNI_SETSHORTFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1031 #define HOTSPOT_JNI_SETSHORTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1032 #define HOTSPOT_JNI_SETSTATICBOOLEANFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1033 #define HOTSPOT_JNI_SETSTATICBOOLEANFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1034 #define HOTSPOT_JNI_SETSTATICBOOLEANFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1035 #define HOTSPOT_JNI_SETSTATICBOOLEANFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1036 #define HOTSPOT_JNI_SETSTATICBYTEFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1037 #define HOTSPOT_JNI_SETSTATICBYTEFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1038 #define HOTSPOT_JNI_SETSTATICBYTEFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1039 #define HOTSPOT_JNI_SETSTATICBYTEFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1040 #define HOTSPOT_JNI_SETSTATICCHARFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1041 #define HOTSPOT_JNI_SETSTATICCHARFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1042 #define HOTSPOT_JNI_SETSTATICCHARFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1043 #define HOTSPOT_JNI_SETSTATICCHARFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1044 #define HOTSPOT_JNI_SETSTATICDOUBLEFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1045 #define HOTSPOT_JNI_SETSTATICDOUBLEFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1046 #define HOTSPOT_JNI_SETSTATICDOUBLEFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1047 #define HOTSPOT_JNI_SETSTATICDOUBLEFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1048 #define HOTSPOT_JNI_SETSTATICFLOATFIELD_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1049 #define HOTSPOT_JNI_SETSTATICFLOATFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1050 #define HOTSPOT_JNI_SETSTATICFLOATFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1051 #define HOTSPOT_JNI_SETSTATICFLOATFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1052 #define HOTSPOT_JNI_SETSTATICINTFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1053 #define HOTSPOT_JNI_SETSTATICINTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1054 #define HOTSPOT_JNI_SETSTATICINTFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1055 #define HOTSPOT_JNI_SETSTATICINTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1056 #define HOTSPOT_JNI_SETSTATICLONGFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1057 #define HOTSPOT_JNI_SETSTATICLONGFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1058 #define HOTSPOT_JNI_SETSTATICLONGFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1059 #define HOTSPOT_JNI_SETSTATICLONGFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1060 #define HOTSPOT_JNI_SETSTATICOBJECTFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1061 #define HOTSPOT_JNI_SETSTATICOBJECTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1062 #define HOTSPOT_JNI_SETSTATICOBJECTFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1063 #define HOTSPOT_JNI_SETSTATICOBJECTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1064 #define HOTSPOT_JNI_SETSTATICSHORTFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1065 #define HOTSPOT_JNI_SETSTATICSHORTFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1066 #define HOTSPOT_JNI_SETSTATICSHORTFIELD_RETURN()
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1067 #define HOTSPOT_JNI_SETSTATICSHORTFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1068 #define HOTSPOT_JNI_THROW_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1069 #define HOTSPOT_JNI_THROW_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1070 #define HOTSPOT_JNI_THROW_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1071 #define HOTSPOT_JNI_THROW_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1072 #define HOTSPOT_JNI_THROWNEW_ENTRY(arg0, arg1, arg2)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1073 #define HOTSPOT_JNI_THROWNEW_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1074 #define HOTSPOT_JNI_THROWNEW_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1075 #define HOTSPOT_JNI_THROWNEW_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1076 #define HOTSPOT_JNI_TOREFLECTEDFIELD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1077 #define HOTSPOT_JNI_TOREFLECTEDFIELD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1078 #define HOTSPOT_JNI_TOREFLECTEDFIELD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1079 #define HOTSPOT_JNI_TOREFLECTEDFIELD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1080 #define HOTSPOT_JNI_TOREFLECTEDMETHOD_ENTRY(arg0, arg1, arg2, arg3)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1081 #define HOTSPOT_JNI_TOREFLECTEDMETHOD_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1082 #define HOTSPOT_JNI_TOREFLECTEDMETHOD_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1083 #define HOTSPOT_JNI_TOREFLECTEDMETHOD_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1084 #define HOTSPOT_JNI_UNREGISTERNATIVES_ENTRY(arg0, arg1)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1085 #define HOTSPOT_JNI_UNREGISTERNATIVES_ENTRY_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1086 #define HOTSPOT_JNI_UNREGISTERNATIVES_RETURN(arg0)
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1087 #define HOTSPOT_JNI_UNREGISTERNATIVES_RETURN_ENABLED() 0
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1088
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1089 #else /* USDT2 */
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1090 #error This file should only be included for USDT2
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1091 #endif /* USDT2 */
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1092
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1093 #else /* !defined(DTRACE_ENABLED) */
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1094 #error This file should only be included when dtrace is not enabled
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1095 #end /* !defined(DTRACE_ENABLED) */
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1096
436b4a3231bf 7098194: integrate macosx-port changes
dcubed
parents:
diff changeset
1097 #endif // SHARE_VM_UTILITIES_DTRACE_USDT2_DISABLED_HPP