comparison 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
comparison
equal deleted inserted replaced
199:f139919897d2 226:d5ba4f8aa38a
87 JVM_EnableCompiler; 87 JVM_EnableCompiler;
88 JVM_Exit; 88 JVM_Exit;
89 JVM_FillInStackTrace; 89 JVM_FillInStackTrace;
90 JVM_FindClassFromClass; 90 JVM_FindClassFromClass;
91 JVM_FindClassFromClassLoader; 91 JVM_FindClassFromClassLoader;
92 JVM_FindClassFromBootLoader;
92 JVM_FindLibraryEntry; 93 JVM_FindLibraryEntry;
93 JVM_FindLoadedClass; 94 JVM_FindLoadedClass;
94 JVM_FindPrimitiveClass; 95 JVM_FindPrimitiveClass;
95 JVM_FindSignal; 96 JVM_FindSignal;
96 JVM_FreeMemory; 97 JVM_FreeMemory;