< prev index next >

hotspot/make/share/makefiles/mapfile-vers

Print this page

        

*** 5,14 **** --- 5,15 ---- # JVM JVM_ActiveProcessorCount; JVM_ArrayCopy; JVM_AssertionStatusDirectives; + JVM_CallStackWalk; JVM_ClassDepth; JVM_ClassLoaderDepth; JVM_Clone; JVM_ConstantPoolGetClassAt; JVM_ConstantPoolGetClassAtIfLoaded;
*** 34,43 **** --- 35,45 ---- JVM_DesiredAssertionStatus; JVM_DoPrivileged; JVM_DumpAllStacks; JVM_DumpThreads; JVM_FillInStackTrace; + JVM_FillStackFrames; JVM_FindClassFromCaller; JVM_FindClassFromClass; JVM_FindClassFromBootLoader; JVM_FindLibraryEntry; JVM_FindLoadedClass;
*** 131,140 **** --- 133,143 ---- JVM_MaxObjectInspectionAge; JVM_MaxMemory; JVM_MonitorNotify; JVM_MonitorNotifyAll; JVM_MonitorWait; + JVM_MoreStackWalk; JVM_NanoTime; JVM_NativePath; JVM_NewArray; JVM_NewInstanceFromConstructor; JVM_NewMultiArray;
*** 148,157 **** --- 151,161 ---- JVM_ResumeThread; JVM_SetArrayElement; JVM_SetClassSigners; JVM_SetNativeThreadName; JVM_SetPrimitiveArrayElement; + JVM_SetMethodInfo; JVM_SetThreadPriority; JVM_Sleep; JVM_StartThread; JVM_StopThread; JVM_SuspendThread;
< prev index next >