comparison make/linux/makefiles/mapfile-vers-product @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents 242b4e0e6f73
children 35431a769282
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
1 #
2 # @(#)mapfile-vers-product 1.19 08/02/12 10:56:37
3 #
4
5 # 1 #
6 # Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
7 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 # 4 #
9 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
219 JVM_Send; 215 JVM_Send;
220 JVM_SendTo; 216 JVM_SendTo;
221 JVM_SetArrayElement; 217 JVM_SetArrayElement;
222 JVM_SetClassSigners; 218 JVM_SetClassSigners;
223 JVM_SetLength; 219 JVM_SetLength;
220 JVM_SetNativeThreadName;
224 JVM_SetPrimitiveArrayElement; 221 JVM_SetPrimitiveArrayElement;
225 JVM_SetProtectionDomain; 222 JVM_SetProtectionDomain;
226 JVM_SetSockOpt; 223 JVM_SetSockOpt;
227 JVM_SetThreadPriority; 224 JVM_SetThreadPriority;
228 JVM_Sleep; 225 JVM_Sleep;
242 JVM_UnloadLibrary; 239 JVM_UnloadLibrary;
243 JVM_Write; 240 JVM_Write;
244 JVM_Yield; 241 JVM_Yield;
245 JVM_handle_linux_signal; 242 JVM_handle_linux_signal;
246 243
247 # Old reflection routines
248 # These do not need to be present in the product build in JDK 1.4
249 # but their code has not been removed yet because there will not
250 # be a substantial code savings until JVM_InvokeMethod and
251 # JVM_NewInstanceFromConstructor can also be removed; see
252 # reflectionCompat.hpp.
253 JVM_GetClassConstructor;
254 JVM_GetClassConstructors;
255 JVM_GetClassField;
256 JVM_GetClassFields;
257 JVM_GetClassMethod;
258 JVM_GetClassMethods;
259 JVM_GetField;
260 JVM_GetPrimitiveField;
261 JVM_NewInstance;
262 JVM_SetField;
263 JVM_SetPrimitiveField;
264
265 # miscellaneous functions 244 # miscellaneous functions
266 jio_fprintf; 245 jio_fprintf;
267 jio_printf; 246 jio_printf;
268 jio_snprintf; 247 jio_snprintf;
269 jio_vfprintf; 248 jio_vfprintf;