comparison make/linux/makefiles/mapfile-vers-product @ 11175:e636d62005c3

restored JVM_SetProtectionDomain so that Graal still works with libjava.so from JDK7 (which expects this function to be defined)
author Doug Simon <doug.simon@oracle.com>
date Thu, 01 Aug 2013 00:38:28 +0200
parents ba9dacff9c9d
children 53a0a0b8c234
comparison
equal deleted inserted replaced
11174:52dd54de4e74 11175:e636d62005c3
221 JVM_SetArrayElement; 221 JVM_SetArrayElement;
222 JVM_SetClassSigners; 222 JVM_SetClassSigners;
223 JVM_SetLength; 223 JVM_SetLength;
224 JVM_SetNativeThreadName; 224 JVM_SetNativeThreadName;
225 JVM_SetPrimitiveArrayElement; 225 JVM_SetPrimitiveArrayElement;
226 # Preserved so that Graal repo can link against a JDK7 libjava.so works
227 JVM_SetProtectionDomain;
226 JVM_SetSockOpt; 228 JVM_SetSockOpt;
227 JVM_SetThreadPriority; 229 JVM_SetThreadPriority;
228 JVM_Sleep; 230 JVM_Sleep;
229 JVM_Socket; 231 JVM_Socket;
230 JVM_SocketAvailable; 232 JVM_SocketAvailable;