diff 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
line wrap: on
line diff
--- a/make/linux/makefiles/mapfile-vers-product	Thu Aug 01 00:35:13 2013 +0200
+++ b/make/linux/makefiles/mapfile-vers-product	Thu Aug 01 00:38:28 2013 +0200
@@ -223,6 +223,8 @@
                 JVM_SetLength;
                 JVM_SetNativeThreadName;
                 JVM_SetPrimitiveArrayElement;
+                # Preserved so that Graal repo can link against a JDK7 libjava.so works
+                JVM_SetProtectionDomain;
                 JVM_SetSockOpt;
                 JVM_SetThreadPriority;
                 JVM_Sleep;