diff make/linux/makefiles/mapfile-vers-debug @ 226:d5ba4f8aa38a

6714758: hotspot: provide an entry point to the BootStrap Class loader[dholmes,acorn] Summary: adds JVM_FindClassFromBootLoader entry point, for jdk's use Reviewed-by: dholmes, acorn
author ksrini
date Tue, 17 Jun 2008 13:08:15 -0700
parents 8bd1e4487c18
children 9c2ecc2ffb12
line wrap: on
line diff
--- a/make/linux/makefiles/mapfile-vers-debug	Tue Jun 17 09:59:59 2008 -0700
+++ b/make/linux/makefiles/mapfile-vers-debug	Tue Jun 17 13:08:15 2008 -0700
@@ -89,6 +89,7 @@
                 JVM_FillInStackTrace;
                 JVM_FindClassFromClass;
                 JVM_FindClassFromClassLoader;
+                JVM_FindClassFromBootLoader;
                 JVM_FindLibraryEntry;
                 JVM_FindLoadedClass;
                 JVM_FindPrimitiveClass;