comparison make/linux/makefiles/mapfile-vers-product @ 4086:242b4e0e6f73

7116189: Export JVM_SetNativeThreadName from Hotspot Summary: Added JVM_SetNativeThreadName to linker mapfiles on Solaris and Linux. Reviewed-by: dcubed, dholmes Contributed-by: michael.x.mcmahon@oracle.com
author phh
date Tue, 29 Nov 2011 09:21:02 -0500
parents 19241ae0d839
children 35431a769282
comparison
equal deleted inserted replaced
4084:c17bc65648de 4086:242b4e0e6f73
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;