< prev index next >

make/hotspot/symbols/symbols-unix

Print this page
rev 54124 : 8218628: Add detailed message to NullPointerException describing what is null.
   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 #


  80 JVM_GetClassFieldsCount
  81 JVM_GetClassInterfaces
  82 JVM_GetClassMethodsCount
  83 JVM_GetClassModifiers
  84 JVM_GetClassNameUTF
  85 JVM_GetClassSignature
  86 JVM_GetClassSigners
  87 JVM_GetClassTypeAnnotations
  88 JVM_GetCPClassNameUTF
  89 JVM_GetCPFieldClassNameUTF
  90 JVM_GetCPFieldModifiers
  91 JVM_GetCPFieldNameUTF
  92 JVM_GetCPFieldSignatureUTF
  93 JVM_GetCPMethodClassNameUTF
  94 JVM_GetCPMethodModifiers
  95 JVM_GetCPMethodNameUTF
  96 JVM_GetCPMethodSignatureUTF
  97 JVM_GetDeclaredClasses
  98 JVM_GetDeclaringClass
  99 JVM_GetEnclosingMethodInfo

 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


   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 #


  80 JVM_GetClassFieldsCount
  81 JVM_GetClassInterfaces
  82 JVM_GetClassMethodsCount
  83 JVM_GetClassModifiers
  84 JVM_GetClassNameUTF
  85 JVM_GetClassSignature
  86 JVM_GetClassSigners
  87 JVM_GetClassTypeAnnotations
  88 JVM_GetCPClassNameUTF
  89 JVM_GetCPFieldClassNameUTF
  90 JVM_GetCPFieldModifiers
  91 JVM_GetCPFieldNameUTF
  92 JVM_GetCPFieldSignatureUTF
  93 JVM_GetCPMethodClassNameUTF
  94 JVM_GetCPMethodModifiers
  95 JVM_GetCPMethodNameUTF
  96 JVM_GetCPMethodSignatureUTF
  97 JVM_GetDeclaredClasses
  98 JVM_GetDeclaringClass
  99 JVM_GetEnclosingMethodInfo
 100 JVM_GetExtendedNPEMessage
 101 JVM_GetFieldIxModifiers
 102 JVM_GetFieldTypeAnnotations
 103 JVM_GetInheritedAccessControlContext
 104 JVM_GetInterfaceVersion
 105 JVM_GetManagement
 106 JVM_GetMethodIxArgsSize
 107 JVM_GetMethodIxByteCode
 108 JVM_GetMethodIxByteCodeLength
 109 JVM_GetMethodIxExceptionIndexes
 110 JVM_GetMethodIxExceptionsCount
 111 JVM_GetMethodIxExceptionTableEntry
 112 JVM_GetMethodIxExceptionTableLength
 113 JVM_GetMethodIxLocalsCount
 114 JVM_GetMethodIxMaxStack
 115 JVM_GetMethodIxModifiers
 116 JVM_GetMethodIxNameUTF
 117 JVM_GetMethodIxSignatureUTF
 118 JVM_GetMethodParameters
 119 JVM_GetMethodTypeAnnotations
 120 JVM_GetNanoTimeAdjustment


< prev index next >