< prev index next >

jdk/make/mapfiles/launchers/mapfile-x86_64

Print this page

        

@@ -32,8 +32,16 @@
                 main;           # Provides basic adb symbol offsets
                 environ;        # Public symbols and required by Java run time
                 _environ;
                 __environ_lock;
 
+                # These are needed by the c runtime in SS12u4
+                ___Argv;
+                __xargv;
+                __xargc;
+                _start;
+                __longdouble_used;
+                _lib_version;
+
         local:
                 *;
 };
< prev index next >