1 #
2 # Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this
8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle in the LICENSE file that accompanied this code.
10 #
11 # This code is distributed in the hope that it will be useful, but WITHOUT
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 # version 2 for more details (a copy is included in the LICENSE file that
15 # accompanied this code).
16 #
17 # You should have received a copy of the GNU General Public License version
18 # 2 along with this work; if not, write to the Free Software Foundation,
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 #
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 # or visit www.oracle.com if you need additional information or have any
256 Java_sun_reflect_ConstantPool_getLongAt0;
257 Java_sun_reflect_ConstantPool_getMemberRefInfoAt0;
258 Java_sun_reflect_ConstantPool_getMethodAt0;
259 Java_sun_reflect_ConstantPool_getMethodAtIfLoaded0;
260 Java_sun_reflect_ConstantPool_getSize0;
261 Java_sun_reflect_ConstantPool_getStringAt0;
262 Java_sun_reflect_ConstantPool_getUTF8At0;
263 Java_java_io_Console_istty;
264 Java_java_io_Console_encoding;
265 Java_java_io_Console_echo;
266 Java_sun_misc_GC_maxObjectInspectionAge;
267 Java_sun_reflect_NativeConstructorAccessorImpl_newInstance0;
268 Java_sun_reflect_NativeMethodAccessorImpl_invoke0;
269 Java_sun_reflect_Reflection_getCallerClass__;
270 Java_sun_reflect_Reflection_getCallerClass__I;
271 Java_sun_reflect_Reflection_getClassAccessFlags;
272 Java_sun_misc_Version_getJdkVersionInfo;
273 Java_sun_misc_Version_getJdkSpecialVersion;
274 Java_sun_misc_Version_getJvmVersionInfo;
275 Java_sun_misc_Version_getJvmSpecialVersion;
276 Java_sun_misc_VM_getThreadStateValues;
277 Java_sun_misc_VM_latestUserDefinedLoader;
278 Java_sun_misc_VM_initialize;
279 Java_sun_misc_VMSupport_initAgentProperties;
280
281 # ZipFile.c needs this one
282 throwFileNotFoundException;
283
284 # Java_sun_misc_VM_getState; threads.c
285 # Java_sun_misc_VM_threadsSuspended; threads.c
286 # Java_sun_misc_VM_unsuspendSomeThreads; threads.c
287 # Java_sun_misc_VM_unsuspendThreads; threads.c
288
289 Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getPattern;
290
291 # Outcalls from libjvm done using dlsym().
292
293 VerifyClassCodes;
294 VerifyClassCodesForMajorVersion;
295 NewStringPlatform;
296 GetStringPlatformChars;
| 1 #
2 # Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this
8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle in the LICENSE file that accompanied this code.
10 #
11 # This code is distributed in the hope that it will be useful, but WITHOUT
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 # version 2 for more details (a copy is included in the LICENSE file that
15 # accompanied this code).
16 #
17 # You should have received a copy of the GNU General Public License version
18 # 2 along with this work; if not, write to the Free Software Foundation,
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 #
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 # or visit www.oracle.com if you need additional information or have any
256 Java_sun_reflect_ConstantPool_getLongAt0;
257 Java_sun_reflect_ConstantPool_getMemberRefInfoAt0;
258 Java_sun_reflect_ConstantPool_getMethodAt0;
259 Java_sun_reflect_ConstantPool_getMethodAtIfLoaded0;
260 Java_sun_reflect_ConstantPool_getSize0;
261 Java_sun_reflect_ConstantPool_getStringAt0;
262 Java_sun_reflect_ConstantPool_getUTF8At0;
263 Java_java_io_Console_istty;
264 Java_java_io_Console_encoding;
265 Java_java_io_Console_echo;
266 Java_sun_misc_GC_maxObjectInspectionAge;
267 Java_sun_reflect_NativeConstructorAccessorImpl_newInstance0;
268 Java_sun_reflect_NativeMethodAccessorImpl_invoke0;
269 Java_sun_reflect_Reflection_getCallerClass__;
270 Java_sun_reflect_Reflection_getCallerClass__I;
271 Java_sun_reflect_Reflection_getClassAccessFlags;
272 Java_sun_misc_Version_getJdkVersionInfo;
273 Java_sun_misc_Version_getJdkSpecialVersion;
274 Java_sun_misc_Version_getJvmVersionInfo;
275 Java_sun_misc_Version_getJvmSpecialVersion;
276 Java_sun_misc_VM_latestUserDefinedLoader;
277 Java_sun_misc_VM_initialize;
278 Java_sun_misc_VMSupport_initAgentProperties;
279
280 # ZipFile.c needs this one
281 throwFileNotFoundException;
282
283 # Java_sun_misc_VM_getState; threads.c
284 # Java_sun_misc_VM_threadsSuspended; threads.c
285 # Java_sun_misc_VM_unsuspendSomeThreads; threads.c
286 # Java_sun_misc_VM_unsuspendThreads; threads.c
287
288 Java_sun_util_locale_provider_HostLocaleProviderAdapterImpl_getPattern;
289
290 # Outcalls from libjvm done using dlsym().
291
292 VerifyClassCodes;
293 VerifyClassCodesForMajorVersion;
294 NewStringPlatform;
295 GetStringPlatformChars;
|