author | iklam |
Tue, 05 Apr 2016 14:52:12 -0700 | |
changeset 37263 | 08dec586ed5c |
parent 37179 | 4dbcb3a642d2 |
child 37438 | 873c4aea8d1b |
permissions | -rw-r--r-- |
32821 | 1 |
# JNI |
2 |
JNI_CreateJavaVM; |
|
3 |
JNI_GetCreatedJavaVMs; |
|
4 |
JNI_GetDefaultJavaVMInitArgs; |
|
5 |
||
6 |
# JVM |
|
7 |
JVM_ActiveProcessorCount; |
|
8 |
JVM_ArrayCopy; |
|
9 |
JVM_AssertionStatusDirectives; |
|
34280 | 10 |
JVM_CallStackWalk; |
32821 | 11 |
JVM_ClassDepth; |
12 |
JVM_ClassLoaderDepth; |
|
13 |
JVM_Clone; |
|
14 |
JVM_ConstantPoolGetClassAt; |
|
15 |
JVM_ConstantPoolGetClassAtIfLoaded; |
|
35554
c9184290875c
8141615: Add new public methods to sun.reflect.ConstantPool
kshefov
parents:
35185
diff
changeset
|
16 |
JVM_ConstantPoolGetClassRefIndexAt; |
32821 | 17 |
JVM_ConstantPoolGetDoubleAt; |
18 |
JVM_ConstantPoolGetFieldAt; |
|
19 |
JVM_ConstantPoolGetFieldAtIfLoaded; |
|
20 |
JVM_ConstantPoolGetFloatAt; |
|
21 |
JVM_ConstantPoolGetIntAt; |
|
22 |
JVM_ConstantPoolGetLongAt; |
|
23 |
JVM_ConstantPoolGetMethodAt; |
|
24 |
JVM_ConstantPoolGetMethodAtIfLoaded; |
|
25 |
JVM_ConstantPoolGetMemberRefInfoAt; |
|
35554
c9184290875c
8141615: Add new public methods to sun.reflect.ConstantPool
kshefov
parents:
35185
diff
changeset
|
26 |
JVM_ConstantPoolGetNameAndTypeRefInfoAt; |
c9184290875c
8141615: Add new public methods to sun.reflect.ConstantPool
kshefov
parents:
35185
diff
changeset
|
27 |
JVM_ConstantPoolGetNameAndTypeRefIndexAt; |
32821 | 28 |
JVM_ConstantPoolGetSize; |
29 |
JVM_ConstantPoolGetStringAt; |
|
35554
c9184290875c
8141615: Add new public methods to sun.reflect.ConstantPool
kshefov
parents:
35185
diff
changeset
|
30 |
JVM_ConstantPoolGetTagAt; |
32821 | 31 |
JVM_ConstantPoolGetUTF8At; |
32 |
JVM_CountStackFrames; |
|
33 |
JVM_CurrentClassLoader; |
|
34 |
JVM_CurrentLoadedClass; |
|
35 |
JVM_CurrentThread; |
|
36 |
JVM_CurrentTimeMillis; |
|
37 |
JVM_DefineClass; |
|
38 |
JVM_DefineClassWithSource; |
|
39 |
JVM_DesiredAssertionStatus; |
|
40 |
JVM_DoPrivileged; |
|
41 |
JVM_DumpAllStacks; |
|
42 |
JVM_DumpThreads; |
|
43 |
JVM_FillInStackTrace; |
|
34280 | 44 |
JVM_FillStackFrames; |
32821 | 45 |
JVM_FindClassFromCaller; |
46 |
JVM_FindClassFromClass; |
|
47 |
JVM_FindClassFromBootLoader; |
|
48 |
JVM_FindLibraryEntry; |
|
49 |
JVM_FindLoadedClass; |
|
50 |
JVM_FindPrimitiveClass; |
|
51 |
JVM_FindSignal; |
|
52 |
JVM_FreeMemory; |
|
53 |
JVM_GC; |
|
54 |
JVM_GetAllThreads; |
|
55 |
JVM_GetArrayElement; |
|
56 |
JVM_GetArrayLength; |
|
57 |
JVM_GetCPClassNameUTF; |
|
58 |
JVM_GetCPFieldClassNameUTF; |
|
59 |
JVM_GetCPFieldModifiers; |
|
60 |
JVM_GetCPFieldNameUTF; |
|
61 |
JVM_GetCPFieldSignatureUTF; |
|
62 |
JVM_GetCPMethodClassNameUTF; |
|
63 |
JVM_GetCPMethodModifiers; |
|
64 |
JVM_GetCPMethodNameUTF; |
|
65 |
JVM_GetCPMethodSignatureUTF; |
|
66 |
JVM_GetCallerClass; |
|
67 |
JVM_GetClassAccessFlags; |
|
68 |
JVM_GetClassAnnotations; |
|
69 |
JVM_GetClassCPEntriesCount; |
|
70 |
JVM_GetClassCPTypes; |
|
71 |
JVM_GetClassConstantPool; |
|
72 |
JVM_GetClassContext; |
|
73 |
JVM_GetClassDeclaredConstructors; |
|
74 |
JVM_GetClassDeclaredFields; |
|
75 |
JVM_GetClassDeclaredMethods; |
|
76 |
JVM_GetClassFieldsCount; |
|
77 |
JVM_GetClassInterfaces; |
|
78 |
JVM_GetClassMethodsCount; |
|
79 |
JVM_GetClassModifiers; |
|
80 |
JVM_GetClassName; |
|
81 |
JVM_GetClassNameUTF; |
|
82 |
JVM_GetClassSignature; |
|
83 |
JVM_GetClassSigners; |
|
84 |
JVM_GetClassTypeAnnotations; |
|
85 |
JVM_GetDeclaredClasses; |
|
86 |
JVM_GetDeclaringClass; |
|
87 |
JVM_GetSimpleBinaryName; |
|
88 |
JVM_GetEnclosingMethodInfo; |
|
89 |
JVM_GetFieldIxModifiers; |
|
90 |
JVM_GetFieldTypeAnnotations; |
|
91 |
JVM_GetInheritedAccessControlContext; |
|
92 |
JVM_GetInterfaceVersion; |
|
93 |
JVM_GetManagement; |
|
94 |
JVM_GetMethodIxArgsSize; |
|
95 |
JVM_GetMethodIxByteCode; |
|
96 |
JVM_GetMethodIxByteCodeLength; |
|
97 |
JVM_GetMethodIxExceptionIndexes; |
|
98 |
JVM_GetMethodIxExceptionTableEntry; |
|
99 |
JVM_GetMethodIxExceptionTableLength; |
|
100 |
JVM_GetMethodIxExceptionsCount; |
|
101 |
JVM_GetMethodIxLocalsCount; |
|
102 |
JVM_GetMethodIxMaxStack; |
|
103 |
JVM_GetMethodIxModifiers; |
|
104 |
JVM_GetMethodIxNameUTF; |
|
105 |
JVM_GetMethodIxSignatureUTF; |
|
106 |
JVM_GetMethodParameters; |
|
107 |
JVM_GetMethodTypeAnnotations; |
|
108 |
JVM_GetNanoTimeAdjustment; |
|
109 |
JVM_GetPrimitiveArrayElement; |
|
110 |
JVM_GetProtectionDomain; |
|
111 |
JVM_GetStackAccessControlContext; |
|
37064
5c82fa70d313
8150778: Reduce Throwable.getStackTrace() calls to the JVM
coleenp
parents:
35554
diff
changeset
|
112 |
JVM_GetStackTraceElements; |
32821 | 113 |
JVM_GetSystemPackage; |
114 |
JVM_GetSystemPackages; |
|
115 |
JVM_GetTemporaryDirectory; |
|
116 |
JVM_GetVersionInfo; |
|
35185
31b4d3da482f
8138677: IllegalAccessException Class sun.usagetracker.UsageTrackerClient$4 (module java.base) can not access a member of class java.lang.management.ManagementFactory (module java.management)
jbachorik
parents:
34280
diff
changeset
|
117 |
JVM_GetVmArguments; |
32821 | 118 |
JVM_Halt; |
119 |
JVM_HoldsLock; |
|
120 |
JVM_IHashCode; |
|
121 |
JVM_InitAgentProperties; |
|
122 |
JVM_InitProperties; |
|
123 |
JVM_InternString; |
|
124 |
JVM_Interrupt; |
|
125 |
JVM_InvokeMethod; |
|
126 |
JVM_IsArrayClass; |
|
127 |
JVM_IsConstructorIx; |
|
128 |
JVM_IsInterface; |
|
129 |
JVM_IsInterrupted; |
|
130 |
JVM_IsPrimitiveClass; |
|
131 |
JVM_IsSameClassPackage; |
|
132 |
JVM_IsSupportedJNIVersion; |
|
133 |
JVM_IsThreadAlive; |
|
134 |
JVM_IsVMGeneratedMethodIx; |
|
135 |
JVM_LatestUserDefinedLoader; |
|
136 |
JVM_LoadLibrary; |
|
137 |
JVM_MaxObjectInspectionAge; |
|
138 |
JVM_MaxMemory; |
|
139 |
JVM_MonitorNotify; |
|
140 |
JVM_MonitorNotifyAll; |
|
141 |
JVM_MonitorWait; |
|
34280 | 142 |
JVM_MoreStackWalk; |
32821 | 143 |
JVM_NanoTime; |
144 |
JVM_NativePath; |
|
145 |
JVM_NewArray; |
|
146 |
JVM_NewInstanceFromConstructor; |
|
147 |
JVM_NewMultiArray; |
|
148 |
JVM_RaiseSignal; |
|
149 |
JVM_RawMonitorCreate; |
|
150 |
JVM_RawMonitorDestroy; |
|
151 |
JVM_RawMonitorEnter; |
|
152 |
JVM_RawMonitorExit; |
|
153 |
JVM_RegisterSignal; |
|
154 |
JVM_ReleaseUTF; |
|
155 |
JVM_ResumeThread; |
|
156 |
JVM_SetArrayElement; |
|
157 |
JVM_SetClassSigners; |
|
158 |
JVM_SetNativeThreadName; |
|
159 |
JVM_SetPrimitiveArrayElement; |
|
34280 | 160 |
JVM_SetMethodInfo; |
32821 | 161 |
JVM_SetThreadPriority; |
162 |
JVM_Sleep; |
|
163 |
JVM_StartThread; |
|
164 |
JVM_StopThread; |
|
165 |
JVM_SuspendThread; |
|
166 |
JVM_SupportsCX8; |
|
167 |
JVM_TotalMemory; |
|
168 |
JVM_UnloadLibrary; |
|
169 |
JVM_Yield; |
|
36508 | 170 |
|
171 |
# Module related API's |
|
172 |
JVM_AddModuleExports; |
|
173 |
JVM_AddModuleExportsToAll; |
|
174 |
JVM_AddModuleExportsToAllUnnamed; |
|
175 |
JVM_AddModulePackage; |
|
176 |
JVM_AddReadsModule; |
|
177 |
JVM_CanReadModule; |
|
178 |
JVM_DefineModule; |
|
179 |
JVM_IsExportedToModule; |
|
180 |
JVM_SetBootLoaderUnnamedModule; |
|
181 |
JVM_GetModuleByPackageName; |