author | dholmes |
Sun, 03 Nov 2019 18:02:29 -0500 | |
changeset 58901 | 2700c409ff10 |
parent 58872 | ca70299778b9 |
child 58920 | d67ebc838ab8 |
permissions | -rw-r--r-- |
37437 | 1 |
# |
58056
db92a157dd70
8212117: Class.forName may return a reference to a loaded but not linked Class
bchristi
parents:
53212
diff
changeset
|
2 |
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. |
37437 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
7 |
# published by the Free Software Foundation. |
|
8 |
# |
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
# accompanied this code). |
|
14 |
# |
|
15 |
# You should have received a copy of the GNU General Public License version |
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
# |
|
19 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
20 |
# or visit www.oracle.com if you need additional information or have any |
|
21 |
# questions. |
|
22 |
# |
|
23 |
||
24 |
JVM_ActiveProcessorCount |
|
50735
2f2af62dfac7
8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents:
49176
diff
changeset
|
25 |
JVM_AreNestMates |
37437 | 26 |
JVM_ArrayCopy |
27 |
JVM_AssertionStatusDirectives |
|
49176 | 28 |
JVM_BeforeHalt |
37437 | 29 |
JVM_CallStackWalk |
30 |
JVM_Clone |
|
31 |
JVM_ConstantPoolGetClassAt |
|
32 |
JVM_ConstantPoolGetClassAtIfLoaded |
|
33 |
JVM_ConstantPoolGetClassRefIndexAt |
|
34 |
JVM_ConstantPoolGetDoubleAt |
|
35 |
JVM_ConstantPoolGetFieldAt |
|
36 |
JVM_ConstantPoolGetFieldAtIfLoaded |
|
37 |
JVM_ConstantPoolGetFloatAt |
|
38 |
JVM_ConstantPoolGetIntAt |
|
39 |
JVM_ConstantPoolGetLongAt |
|
40 |
JVM_ConstantPoolGetMemberRefInfoAt |
|
41 |
JVM_ConstantPoolGetMethodAt |
|
42 |
JVM_ConstantPoolGetMethodAtIfLoaded |
|
43 |
JVM_ConstantPoolGetNameAndTypeRefIndexAt |
|
44 |
JVM_ConstantPoolGetNameAndTypeRefInfoAt |
|
45 |
JVM_ConstantPoolGetSize |
|
46 |
JVM_ConstantPoolGetStringAt |
|
47 |
JVM_ConstantPoolGetTagAt |
|
48 |
JVM_ConstantPoolGetUTF8At |
|
49 |
JVM_CurrentThread |
|
50 |
JVM_CurrentTimeMillis |
|
51 |
JVM_DefineClass |
|
52 |
JVM_DefineClassWithSource |
|
53 |
JVM_DesiredAssertionStatus |
|
54 |
JVM_DumpAllStacks |
|
55 |
JVM_DumpThreads |
|
56 |
JVM_FillInStackTrace |
|
57 |
JVM_FindClassFromCaller |
|
58 |
JVM_FindClassFromClass |
|
59 |
JVM_FindLibraryEntry |
|
60 |
JVM_FindLoadedClass |
|
61 |
JVM_FindPrimitiveClass |
|
62 |
JVM_FindSignal |
|
63 |
JVM_FreeMemory |
|
64 |
JVM_GC |
|
65 |
JVM_GetAllThreads |
|
40892
330a02d935ad
8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett
parents:
38097
diff
changeset
|
66 |
JVM_GetAndClearReferencePendingList |
37437 | 67 |
JVM_GetArrayElement |
68 |
JVM_GetArrayLength |
|
69 |
JVM_GetCallerClass |
|
70 |
JVM_GetClassAccessFlags |
|
71 |
JVM_GetClassAnnotations |
|
72 |
JVM_GetClassConstantPool |
|
73 |
JVM_GetClassContext |
|
74 |
JVM_GetClassCPEntriesCount |
|
75 |
JVM_GetClassCPTypes |
|
76 |
JVM_GetClassDeclaredConstructors |
|
77 |
JVM_GetClassDeclaredFields |
|
78 |
JVM_GetClassDeclaredMethods |
|
79 |
JVM_GetClassFieldsCount |
|
80 |
JVM_GetClassInterfaces |
|
81 |
JVM_GetClassMethodsCount |
|
82 |
JVM_GetClassModifiers |
|
83 |
JVM_GetClassNameUTF |
|
84 |
JVM_GetClassSignature |
|
85 |
JVM_GetClassSigners |
|
86 |
JVM_GetClassTypeAnnotations |
|
87 |
JVM_GetCPClassNameUTF |
|
88 |
JVM_GetCPFieldClassNameUTF |
|
89 |
JVM_GetCPFieldModifiers |
|
90 |
JVM_GetCPFieldNameUTF |
|
91 |
JVM_GetCPFieldSignatureUTF |
|
92 |
JVM_GetCPMethodClassNameUTF |
|
93 |
JVM_GetCPMethodModifiers |
|
94 |
JVM_GetCPMethodNameUTF |
|
95 |
JVM_GetCPMethodSignatureUTF |
|
96 |
JVM_GetDeclaredClasses |
|
97 |
JVM_GetDeclaringClass |
|
98 |
JVM_GetEnclosingMethodInfo |
|
58664
e3618c902d17
8218628: Add detailed message to NullPointerException describing what is null.
goetz
parents:
58056
diff
changeset
|
99 |
JVM_GetExtendedNPEMessage |
37437 | 100 |
JVM_GetFieldIxModifiers |
101 |
JVM_GetFieldTypeAnnotations |
|
102 |
JVM_GetInheritedAccessControlContext |
|
103 |
JVM_GetInterfaceVersion |
|
104 |
JVM_GetManagement |
|
105 |
JVM_GetMethodIxArgsSize |
|
106 |
JVM_GetMethodIxByteCode |
|
107 |
JVM_GetMethodIxByteCodeLength |
|
108 |
JVM_GetMethodIxExceptionIndexes |
|
109 |
JVM_GetMethodIxExceptionsCount |
|
110 |
JVM_GetMethodIxExceptionTableEntry |
|
111 |
JVM_GetMethodIxExceptionTableLength |
|
112 |
JVM_GetMethodIxLocalsCount |
|
113 |
JVM_GetMethodIxMaxStack |
|
114 |
JVM_GetMethodIxModifiers |
|
115 |
JVM_GetMethodIxNameUTF |
|
116 |
JVM_GetMethodIxSignatureUTF |
|
117 |
JVM_GetMethodParameters |
|
118 |
JVM_GetMethodTypeAnnotations |
|
119 |
JVM_GetNanoTimeAdjustment |
|
50735
2f2af62dfac7
8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents:
49176
diff
changeset
|
120 |
JVM_GetNestHost |
2f2af62dfac7
8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents:
49176
diff
changeset
|
121 |
JVM_GetNestMembers |
37437 | 122 |
JVM_GetPrimitiveArrayElement |
52724
0bdbf854472f
4947890: Minimize JNI upcalls in system-properties initialization
rriggs
parents:
52431
diff
changeset
|
123 |
JVM_GetProperties |
37437 | 124 |
JVM_GetProtectionDomain |
125 |
JVM_GetSimpleBinaryName |
|
126 |
JVM_GetStackAccessControlContext |
|
127 |
JVM_GetSystemPackage |
|
128 |
JVM_GetSystemPackages |
|
129 |
JVM_GetTemporaryDirectory |
|
130 |
JVM_GetVmArguments |
|
131 |
JVM_Halt |
|
40892
330a02d935ad
8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett
parents:
38097
diff
changeset
|
132 |
JVM_HasReferencePendingList |
37437 | 133 |
JVM_HoldsLock |
134 |
JVM_IHashCode |
|
53212
bccff579c2ff
8216302: StackTraceElement::fill_in can use cached Class.name
shade
parents:
52724
diff
changeset
|
135 |
JVM_InitClassName |
41877 | 136 |
JVM_InitStackTraceElement |
137 |
JVM_InitStackTraceElementArray |
|
50951
b96466cdfc45
8202035: Archive the set of ModuleDescriptor and ModuleReference objects for observable system modules with unnamed initial module.
jiangli
parents:
50735
diff
changeset
|
138 |
JVM_InitializeFromArchive |
37437 | 139 |
JVM_InternString |
140 |
JVM_Interrupt |
|
141 |
JVM_InvokeMethod |
|
142 |
JVM_IsArrayClass |
|
143 |
JVM_IsConstructorIx |
|
144 |
JVM_IsInterface |
|
145 |
JVM_IsPrimitiveClass |
|
146 |
JVM_IsSameClassPackage |
|
147 |
JVM_IsSupportedJNIVersion |
|
148 |
JVM_IsThreadAlive |
|
149 |
JVM_IsVMGeneratedMethodIx |
|
150 |
JVM_LatestUserDefinedLoader |
|
58056
db92a157dd70
8212117: Class.forName may return a reference to a loaded but not linked Class
bchristi
parents:
53212
diff
changeset
|
151 |
JVM_LinkClass |
37437 | 152 |
JVM_LoadLibrary |
153 |
JVM_MaxMemory |
|
154 |
JVM_MaxObjectInspectionAge |
|
155 |
JVM_MonitorNotify |
|
156 |
JVM_MonitorNotifyAll |
|
157 |
JVM_MonitorWait |
|
158 |
JVM_MoreStackWalk |
|
159 |
JVM_NanoTime |
|
160 |
JVM_NativePath |
|
161 |
JVM_NewArray |
|
162 |
JVM_NewInstanceFromConstructor |
|
163 |
JVM_NewMultiArray |
|
164 |
JVM_RaiseSignal |
|
165 |
JVM_RawMonitorCreate |
|
166 |
JVM_RawMonitorDestroy |
|
167 |
JVM_RawMonitorEnter |
|
168 |
JVM_RawMonitorExit |
|
169 |
JVM_RegisterSignal |
|
170 |
JVM_ReleaseUTF |
|
171 |
JVM_ResumeThread |
|
172 |
JVM_SetArrayElement |
|
173 |
JVM_SetClassSigners |
|
174 |
JVM_SetNativeThreadName |
|
175 |
JVM_SetPrimitiveArrayElement |
|
176 |
JVM_SetThreadPriority |
|
177 |
JVM_Sleep |
|
178 |
JVM_StartThread |
|
179 |
JVM_StopThread |
|
180 |
JVM_SupportsCX8 |
|
181 |
JVM_SuspendThread |
|
182 |
JVM_TotalMemory |
|
183 |
JVM_UnloadLibrary |
|
40892
330a02d935ad
8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett
parents:
38097
diff
changeset
|
184 |
JVM_WaitForReferencePendingList |
37437 | 185 |
JVM_Yield |
186 |
||
187 |
# Module related API's |
|
188 |
JVM_AddModuleExports |
|
189 |
JVM_AddModuleExportsToAll |
|
190 |
JVM_AddModuleExportsToAllUnnamed |
|
191 |
JVM_AddReadsModule |
|
192 |
JVM_DefineModule |
|
193 |
JVM_SetBootLoaderUnnamedModule |