< prev index next >

make/hotspot/symbols/symbols-unix

Print this page
   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 #


 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
 120 JVM_GetNestHost
 121 JVM_GetNestMembers
 122 JVM_GetPrimitiveArrayElement
 123 JVM_GetProperties
 124 JVM_GetProtectionDomain

 125 JVM_GetRecordComponents
 126 JVM_GetSimpleBinaryName
 127 JVM_GetStackAccessControlContext
 128 JVM_GetSystemPackage
 129 JVM_GetSystemPackages
 130 JVM_GetTemporaryDirectory
 131 JVM_GetVmArguments
 132 JVM_Halt
 133 JVM_HasReferencePendingList
 134 JVM_HoldsLock
 135 JVM_IHashCode
 136 JVM_InitClassName
 137 JVM_InitStackTraceElement
 138 JVM_InitStackTraceElementArray
 139 JVM_InitializeFromArchive
 140 JVM_InternString
 141 JVM_Interrupt
 142 JVM_InvokeMethod
 143 JVM_IsArrayClass
 144 JVM_IsConstructorIx


   1 #
   2 # Copyright (c) 2016, 2020, 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 #


 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
 120 JVM_GetNestHost
 121 JVM_GetNestMembers
 122 JVM_GetPrimitiveArrayElement
 123 JVM_GetProperties
 124 JVM_GetProtectionDomain
 125 JVM_GetRandomSeedForCDSDump
 126 JVM_GetRecordComponents
 127 JVM_GetSimpleBinaryName
 128 JVM_GetStackAccessControlContext
 129 JVM_GetSystemPackage
 130 JVM_GetSystemPackages
 131 JVM_GetTemporaryDirectory
 132 JVM_GetVmArguments
 133 JVM_Halt
 134 JVM_HasReferencePendingList
 135 JVM_HoldsLock
 136 JVM_IHashCode
 137 JVM_InitClassName
 138 JVM_InitStackTraceElement
 139 JVM_InitStackTraceElementArray
 140 JVM_InitializeFromArchive
 141 JVM_InternString
 142 JVM_Interrupt
 143 JVM_InvokeMethod
 144 JVM_IsArrayClass
 145 JVM_IsConstructorIx


< prev index next >