comparison make/linux/makefiles/mapfile-vers-product @ 14966:53a0a0b8c234

Backed out e636d62005c3 since GraalVM no longer needs to run in jdk7
author Doug Simon <doug.simon@oracle.com>
date Thu, 03 Apr 2014 21:05:13 +0200
parents e636d62005c3
children 3482684330ee
comparison
equal deleted inserted replaced
14965:c64cd1dd4bd1 14966:53a0a0b8c234
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;
228 JVM_SetSockOpt; 226 JVM_SetSockOpt;
229 JVM_SetThreadPriority; 227 JVM_SetThreadPriority;
230 JVM_Sleep; 228 JVM_Sleep;
231 JVM_Socket; 229 JVM_Socket;
232 JVM_SocketAvailable; 230 JVM_SocketAvailable;