diff make/solaris/makefiles/mapfile-vers @ 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 018d5b58dd4f
children 9c2ecc2ffb12
line wrap: on
line diff
--- a/make/solaris/makefiles/mapfile-vers	Tue Jun 17 09:59:59 2008 -0700
+++ b/make/solaris/makefiles/mapfile-vers	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;