24 |
24 |
25 # Define public interface. |
25 # Define public interface. |
26 |
26 |
27 SUNWprivate_1.1 { |
27 SUNWprivate_1.1 { |
28 global: |
28 global: |
29 # JNI |
|
30 JNI_CreateJavaVM; |
|
31 JNI_GetCreatedJavaVMs; |
|
32 JNI_GetDefaultJavaVMInitArgs; |
|
33 |
|
34 # JVM |
|
35 JVM_ActiveProcessorCount; |
|
36 JVM_ArrayCopy; |
|
37 JVM_AssertionStatusDirectives; |
|
38 JVM_ClassDepth; |
|
39 JVM_ClassLoaderDepth; |
|
40 JVM_Clone; |
|
41 JVM_ConstantPoolGetClassAt; |
|
42 JVM_ConstantPoolGetClassAtIfLoaded; |
|
43 JVM_ConstantPoolGetDoubleAt; |
|
44 JVM_ConstantPoolGetFieldAt; |
|
45 JVM_ConstantPoolGetFieldAtIfLoaded; |
|
46 JVM_ConstantPoolGetFloatAt; |
|
47 JVM_ConstantPoolGetIntAt; |
|
48 JVM_ConstantPoolGetLongAt; |
|
49 JVM_ConstantPoolGetMethodAt; |
|
50 JVM_ConstantPoolGetMethodAtIfLoaded; |
|
51 JVM_ConstantPoolGetMemberRefInfoAt; |
|
52 JVM_ConstantPoolGetSize; |
|
53 JVM_ConstantPoolGetStringAt; |
|
54 JVM_ConstantPoolGetUTF8At; |
|
55 JVM_CountStackFrames; |
|
56 JVM_CurrentClassLoader; |
|
57 JVM_CurrentLoadedClass; |
|
58 JVM_CurrentThread; |
|
59 JVM_CurrentTimeMillis; |
|
60 JVM_DefineClass; |
|
61 JVM_DefineClassWithSource; |
|
62 JVM_DefineClassWithSourceCond; |
|
63 JVM_DesiredAssertionStatus; |
|
64 JVM_DoPrivileged; |
|
65 JVM_DumpAllStacks; |
|
66 JVM_DumpThreads; |
|
67 JVM_FillInStackTrace; |
|
68 JVM_FindClassFromCaller; |
|
69 JVM_FindClassFromClass; |
|
70 JVM_FindClassFromBootLoader; |
|
71 JVM_FindLibraryEntry; |
|
72 JVM_FindLoadedClass; |
|
73 JVM_FindPrimitiveClass; |
|
74 JVM_FindSignal; |
|
75 JVM_FreeMemory; |
|
76 JVM_GC; |
|
77 JVM_GetAllThreads; |
|
78 JVM_GetArrayElement; |
|
79 JVM_GetArrayLength; |
|
80 JVM_GetCPClassNameUTF; |
|
81 JVM_GetCPFieldClassNameUTF; |
|
82 JVM_GetCPFieldModifiers; |
|
83 JVM_GetCPFieldNameUTF; |
|
84 JVM_GetCPFieldSignatureUTF; |
|
85 JVM_GetCPMethodClassNameUTF; |
|
86 JVM_GetCPMethodModifiers; |
|
87 JVM_GetCPMethodNameUTF; |
|
88 JVM_GetCPMethodSignatureUTF; |
|
89 JVM_GetCallerClass; |
|
90 JVM_GetClassAccessFlags; |
|
91 JVM_GetClassAnnotations; |
|
92 JVM_GetClassCPEntriesCount; |
|
93 JVM_GetClassCPTypes; |
|
94 JVM_GetClassConstantPool; |
|
95 JVM_GetClassContext; |
|
96 JVM_GetClassDeclaredConstructors; |
|
97 JVM_GetClassDeclaredFields; |
|
98 JVM_GetClassDeclaredMethods; |
|
99 JVM_GetClassFieldsCount; |
|
100 JVM_GetClassInterfaces; |
|
101 JVM_GetClassMethodsCount; |
|
102 JVM_GetClassModifiers; |
|
103 JVM_GetClassName; |
|
104 JVM_GetClassNameUTF; |
|
105 JVM_GetClassSignature; |
|
106 JVM_GetClassSigners; |
|
107 JVM_GetClassTypeAnnotations; |
|
108 JVM_GetDeclaredClasses; |
|
109 JVM_GetDeclaringClass; |
|
110 JVM_GetSimpleBinaryName; |
|
111 JVM_GetEnclosingMethodInfo; |
|
112 JVM_GetFieldIxModifiers; |
|
113 JVM_GetInheritedAccessControlContext; |
|
114 JVM_GetInterfaceVersion; |
|
115 JVM_GetManagement; |
|
116 JVM_GetMethodIxArgsSize; |
|
117 JVM_GetMethodIxByteCode; |
|
118 JVM_GetMethodIxByteCodeLength; |
|
119 JVM_GetMethodIxExceptionIndexes; |
|
120 JVM_GetMethodIxExceptionTableEntry; |
|
121 JVM_GetMethodIxExceptionTableLength; |
|
122 JVM_GetMethodIxExceptionsCount; |
|
123 JVM_GetMethodIxLocalsCount; |
|
124 JVM_GetMethodIxMaxStack; |
|
125 JVM_GetMethodIxModifiers; |
|
126 JVM_GetMethodIxNameUTF; |
|
127 JVM_GetMethodIxSignatureUTF; |
|
128 JVM_GetMethodParameters; |
|
129 JVM_GetNanoTimeAdjustment; |
|
130 JVM_GetPrimitiveArrayElement; |
|
131 JVM_GetProtectionDomain; |
|
132 JVM_GetStackAccessControlContext; |
|
133 JVM_GetStackTraceDepth; |
|
134 JVM_GetStackTraceElement; |
|
135 JVM_GetSystemPackage; |
|
136 JVM_GetSystemPackages; |
|
137 JVM_GetTemporaryDirectory; |
|
138 JVM_GetVersionInfo; |
|
139 JVM_Halt; |
|
140 JVM_HoldsLock; |
|
141 JVM_IHashCode; |
|
142 JVM_InitAgentProperties; |
|
143 JVM_InitProperties; |
|
144 JVM_InternString; |
|
145 JVM_Interrupt; |
|
146 JVM_InvokeMethod; |
|
147 JVM_IsArrayClass; |
|
148 JVM_IsConstructorIx; |
|
149 JVM_IsInterface; |
|
150 JVM_IsInterrupted; |
|
151 JVM_IsPrimitiveClass; |
|
152 JVM_IsSameClassPackage; |
|
153 JVM_IsSupportedJNIVersion; |
|
154 JVM_IsThreadAlive; |
|
155 JVM_IsVMGeneratedMethodIx; |
|
156 JVM_LatestUserDefinedLoader; |
|
157 JVM_LoadLibrary; |
|
158 JVM_MaxObjectInspectionAge; |
|
159 JVM_MaxMemory; |
|
160 JVM_MonitorNotify; |
|
161 JVM_MonitorNotifyAll; |
|
162 JVM_MonitorWait; |
|
163 JVM_NanoTime; |
|
164 JVM_NativePath; |
|
165 JVM_NewArray; |
|
166 JVM_NewInstanceFromConstructor; |
|
167 JVM_NewMultiArray; |
|
168 JVM_RaiseSignal; |
|
169 JVM_RawMonitorCreate; |
|
170 JVM_RawMonitorDestroy; |
|
171 JVM_RawMonitorEnter; |
|
172 JVM_RawMonitorExit; |
|
173 JVM_RegisterSignal; |
|
174 JVM_ReleaseUTF; |
|
175 JVM_ResumeThread; |
|
176 JVM_SetArrayElement; |
|
177 JVM_SetClassSigners; |
|
178 JVM_SetNativeThreadName; |
|
179 JVM_SetPrimitiveArrayElement; |
|
180 JVM_SetProtectionDomain; |
|
181 JVM_SetThreadPriority; |
|
182 JVM_Sleep; |
|
183 JVM_StartThread; |
|
184 JVM_StopThread; |
|
185 JVM_SuspendThread; |
|
186 JVM_SupportsCX8; |
|
187 JVM_TotalMemory; |
|
188 JVM_UnloadLibrary; |
|
189 JVM_Yield; |
|
190 JVM_handle_linux_signal; |
29 JVM_handle_linux_signal; |
191 |
30 |
192 # miscellaneous functions |
31 # miscellaneous functions |
193 jio_fprintf; |
32 jio_fprintf; |
194 jio_printf; |
33 jio_printf; |