< prev index next >

make/hotspot/symbols/symbols-unix

Print this page


   1 #
   2 # Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
   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 #


 132 JVM_HasReferencePendingList
 133 JVM_HoldsLock
 134 JVM_IHashCode
 135 JVM_InitClassName
 136 JVM_InitStackTraceElement
 137 JVM_InitStackTraceElementArray
 138 JVM_InitializeFromArchive
 139 JVM_InternString
 140 JVM_Interrupt
 141 JVM_InvokeMethod
 142 JVM_IsArrayClass
 143 JVM_IsConstructorIx
 144 JVM_IsInterface
 145 JVM_IsInterrupted
 146 JVM_IsPrimitiveClass
 147 JVM_IsSameClassPackage
 148 JVM_IsSupportedJNIVersion
 149 JVM_IsThreadAlive
 150 JVM_IsVMGeneratedMethodIx
 151 JVM_LatestUserDefinedLoader

 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


   1 #
   2 # Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
   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 #


 132 JVM_HasReferencePendingList
 133 JVM_HoldsLock
 134 JVM_IHashCode
 135 JVM_InitClassName
 136 JVM_InitStackTraceElement
 137 JVM_InitStackTraceElementArray
 138 JVM_InitializeFromArchive
 139 JVM_InternString
 140 JVM_Interrupt
 141 JVM_InvokeMethod
 142 JVM_IsArrayClass
 143 JVM_IsConstructorIx
 144 JVM_IsInterface
 145 JVM_IsInterrupted
 146 JVM_IsPrimitiveClass
 147 JVM_IsSameClassPackage
 148 JVM_IsSupportedJNIVersion
 149 JVM_IsThreadAlive
 150 JVM_IsVMGeneratedMethodIx
 151 JVM_LatestUserDefinedLoader
 152 JVM_LinkClass
 153 JVM_LoadLibrary
 154 JVM_MaxMemory
 155 JVM_MaxObjectInspectionAge
 156 JVM_MonitorNotify
 157 JVM_MonitorNotifyAll
 158 JVM_MonitorWait
 159 JVM_MoreStackWalk
 160 JVM_NanoTime
 161 JVM_NativePath
 162 JVM_NewArray
 163 JVM_NewInstanceFromConstructor
 164 JVM_NewMultiArray
 165 JVM_RaiseSignal
 166 JVM_RawMonitorCreate
 167 JVM_RawMonitorDestroy
 168 JVM_RawMonitorEnter
 169 JVM_RawMonitorExit
 170 JVM_RegisterSignal
 171 JVM_ReleaseUTF
 172 JVM_ResumeThread


< prev index next >