make/hotspot/symbols/symbols-unix
author dlong
Wed, 19 Sep 2018 14:47:37 -0700
branchdlong-java-do-priv-branch
changeset 56897 840ad2a9015a
parent 50951 b96466cdfc45
child 52724 0bdbf854472f
permissions -rw-r--r--
Implement java.security.AccessController.doPrivileged in Java
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37437
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
     1
#
49176
f413e471a6ab 8041626: Shutdown tracing event
rwestberg
parents: 48027
diff changeset
     2
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
37437
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
     4
#
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
     7
# published by the Free Software Foundation.
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
     8
#
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    13
# accompanied this code).
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    14
#
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    18
#
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    21
# questions.
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    22
#
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    23
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    24
JVM_ActiveProcessorCount
50735
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 49176
diff changeset
    25
JVM_AreNestMates
37437
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    26
JVM_ArrayCopy
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    27
JVM_AssertionStatusDirectives
49176
f413e471a6ab 8041626: Shutdown tracing event
rwestberg
parents: 48027
diff changeset
    28
JVM_BeforeHalt
37437
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    29
JVM_CallStackWalk
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    30
JVM_Clone
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    31
JVM_ConstantPoolGetClassAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    32
JVM_ConstantPoolGetClassAtIfLoaded
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    33
JVM_ConstantPoolGetClassRefIndexAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    34
JVM_ConstantPoolGetDoubleAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    35
JVM_ConstantPoolGetFieldAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    36
JVM_ConstantPoolGetFieldAtIfLoaded
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    37
JVM_ConstantPoolGetFloatAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    38
JVM_ConstantPoolGetIntAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    39
JVM_ConstantPoolGetLongAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    40
JVM_ConstantPoolGetMemberRefInfoAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    41
JVM_ConstantPoolGetMethodAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    42
JVM_ConstantPoolGetMethodAtIfLoaded
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    43
JVM_ConstantPoolGetNameAndTypeRefIndexAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    44
JVM_ConstantPoolGetNameAndTypeRefInfoAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    45
JVM_ConstantPoolGetSize
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    46
JVM_ConstantPoolGetStringAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    47
JVM_ConstantPoolGetTagAt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    48
JVM_ConstantPoolGetUTF8At
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    49
JVM_CountStackFrames
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    50
JVM_CurrentThread
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    51
JVM_CurrentTimeMillis
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    52
JVM_DefineClass
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    53
JVM_DefineClassWithSource
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    54
JVM_DesiredAssertionStatus
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    55
JVM_DumpAllStacks
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    56
JVM_DumpThreads
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    57
JVM_FillInStackTrace
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    58
JVM_FindClassFromCaller
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    59
JVM_FindClassFromClass
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    60
JVM_FindLibraryEntry
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    61
JVM_FindLoadedClass
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    62
JVM_FindPrimitiveClass
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    63
JVM_FindSignal
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    64
JVM_FreeMemory
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    65
JVM_GC
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    66
JVM_GetAllThreads
40892
330a02d935ad 8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett
parents: 38097
diff changeset
    67
JVM_GetAndClearReferencePendingList
37437
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    68
JVM_GetArrayElement
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    69
JVM_GetArrayLength
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    70
JVM_GetCallerClass
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    71
JVM_GetClassAccessFlags
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    72
JVM_GetClassAnnotations
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    73
JVM_GetClassConstantPool
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    74
JVM_GetClassContext
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    75
JVM_GetClassCPEntriesCount
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    76
JVM_GetClassCPTypes
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    77
JVM_GetClassDeclaredConstructors
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    78
JVM_GetClassDeclaredFields
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    79
JVM_GetClassDeclaredMethods
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    80
JVM_GetClassFieldsCount
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    81
JVM_GetClassInterfaces
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    82
JVM_GetClassMethodsCount
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    83
JVM_GetClassModifiers
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    84
JVM_GetClassName
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    85
JVM_GetClassNameUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    86
JVM_GetClassSignature
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    87
JVM_GetClassSigners
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    88
JVM_GetClassTypeAnnotations
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    89
JVM_GetCPClassNameUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    90
JVM_GetCPFieldClassNameUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    91
JVM_GetCPFieldModifiers
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    92
JVM_GetCPFieldNameUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    93
JVM_GetCPFieldSignatureUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    94
JVM_GetCPMethodClassNameUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    95
JVM_GetCPMethodModifiers
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    96
JVM_GetCPMethodNameUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    97
JVM_GetCPMethodSignatureUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    98
JVM_GetDeclaredClasses
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
    99
JVM_GetDeclaringClass
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   100
JVM_GetEnclosingMethodInfo
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   101
JVM_GetFieldIxModifiers
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   102
JVM_GetFieldTypeAnnotations
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   103
JVM_GetInheritedAccessControlContext
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   104
JVM_GetInterfaceVersion
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   105
JVM_GetManagement
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   106
JVM_GetMethodIxArgsSize
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   107
JVM_GetMethodIxByteCode
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   108
JVM_GetMethodIxByteCodeLength
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   109
JVM_GetMethodIxExceptionIndexes
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   110
JVM_GetMethodIxExceptionsCount
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   111
JVM_GetMethodIxExceptionTableEntry
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   112
JVM_GetMethodIxExceptionTableLength
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   113
JVM_GetMethodIxLocalsCount
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   114
JVM_GetMethodIxMaxStack
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   115
JVM_GetMethodIxModifiers
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   116
JVM_GetMethodIxNameUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   117
JVM_GetMethodIxSignatureUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   118
JVM_GetMethodParameters
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   119
JVM_GetMethodTypeAnnotations
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   120
JVM_GetNanoTimeAdjustment
50735
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 49176
diff changeset
   121
JVM_GetNestHost
2f2af62dfac7 8010319: Implementation of JEP 181: Nest-Based Access Control
dholmes
parents: 49176
diff changeset
   122
JVM_GetNestMembers
37437
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   123
JVM_GetPrimitiveArrayElement
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   124
JVM_GetProtectionDomain
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   125
JVM_GetSimpleBinaryName
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   126
JVM_GetStackAccessControlContext
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   127
JVM_GetSystemPackage
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   128
JVM_GetSystemPackages
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   129
JVM_GetTemporaryDirectory
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   130
JVM_GetVmArguments
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   131
JVM_Halt
40892
330a02d935ad 8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett
parents: 38097
diff changeset
   132
JVM_HasReferencePendingList
37437
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   133
JVM_HoldsLock
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   134
JVM_IHashCode
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   135
JVM_InitProperties
41877
1ff6dce8fe28 6479237: (cl) Add support for classloader names
mchung
parents: 40892
diff changeset
   136
JVM_InitStackTraceElement
1ff6dce8fe28 6479237: (cl) Add support for classloader names
mchung
parents: 40892
diff changeset
   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
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   139
JVM_InternString
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   140
JVM_Interrupt
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   141
JVM_InvokeMethod
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   142
JVM_IsArrayClass
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   143
JVM_IsConstructorIx
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   144
JVM_IsInterface
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   145
JVM_IsInterrupted
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   146
JVM_IsPrimitiveClass
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   147
JVM_IsSameClassPackage
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   148
JVM_IsSupportedJNIVersion
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   149
JVM_IsThreadAlive
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   150
JVM_IsVMGeneratedMethodIx
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   151
JVM_LatestUserDefinedLoader
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   152
JVM_LoadLibrary
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   153
JVM_MaxMemory
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   154
JVM_MaxObjectInspectionAge
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   155
JVM_MonitorNotify
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   156
JVM_MonitorNotifyAll
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   157
JVM_MonitorWait
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   158
JVM_MoreStackWalk
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   159
JVM_NanoTime
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   160
JVM_NativePath
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   161
JVM_NewArray
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   162
JVM_NewInstanceFromConstructor
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   163
JVM_NewMultiArray
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   164
JVM_RaiseSignal
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   165
JVM_RawMonitorCreate
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   166
JVM_RawMonitorDestroy
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   167
JVM_RawMonitorEnter
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   168
JVM_RawMonitorExit
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   169
JVM_RegisterSignal
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   170
JVM_ReleaseUTF
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   171
JVM_ResumeThread
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   172
JVM_SetArrayElement
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   173
JVM_SetClassSigners
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   174
JVM_SetNativeThreadName
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   175
JVM_SetPrimitiveArrayElement
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   176
JVM_SetThreadPriority
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   177
JVM_Sleep
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   178
JVM_StartThread
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   179
JVM_StopThread
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   180
JVM_SupportsCX8
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   181
JVM_SuspendThread
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   182
JVM_TotalMemory
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   183
JVM_UnloadLibrary
40892
330a02d935ad 8156500: Move Reference pending list into VM to prevent deadlocks
kbarrett
parents: 38097
diff changeset
   184
JVM_WaitForReferencePendingList
37437
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   185
JVM_Yield
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   186
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   187
# Module related API's
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   188
JVM_AddModuleExports
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   189
JVM_AddModuleExportsToAll
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   190
JVM_AddModuleExportsToAllUnnamed
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   191
JVM_AddReadsModule
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   192
JVM_DefineModule
f824aabc7af8 8152666: The new Hotspot Build System
erikj
parents:
diff changeset
   193
JVM_SetBootLoaderUnnamedModule