< prev index next >

hotspot/make/bsd/makefiles/mapfile-vers-product

Print this page


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


 115                 JVM_GetEnclosingMethodInfo;
 116                 JVM_GetFieldIxModifiers;
 117                 JVM_GetFieldTypeAnnotations;
 118                 JVM_GetInheritedAccessControlContext;
 119                 JVM_GetInterfaceVersion;
 120                 JVM_GetManagement;
 121                 JVM_GetMethodIxArgsSize;
 122                 JVM_GetMethodIxByteCode;
 123                 JVM_GetMethodIxByteCodeLength;
 124                 JVM_GetMethodIxExceptionIndexes;
 125                 JVM_GetMethodIxExceptionTableEntry;
 126                 JVM_GetMethodIxExceptionTableLength;
 127                 JVM_GetMethodIxExceptionsCount;
 128                 JVM_GetMethodIxLocalsCount;
 129                 JVM_GetMethodIxMaxStack;
 130                 JVM_GetMethodIxModifiers;
 131                 JVM_GetMethodIxNameUTF;
 132                 JVM_GetMethodIxSignatureUTF;
 133                 JVM_GetMethodParameters;
 134                 JVM_GetMethodTypeAnnotations;

 135                 JVM_GetPrimitiveArrayElement;
 136                 JVM_GetProtectionDomain;
 137                 JVM_GetStackAccessControlContext;
 138                 JVM_GetStackTraceDepth;
 139                 JVM_GetStackTraceElement;
 140                 JVM_GetSystemPackage;
 141                 JVM_GetSystemPackages;
 142                 JVM_GetTemporaryDirectory;
 143                 JVM_GetVersionInfo;
 144                 JVM_Halt;
 145                 JVM_HoldsLock;
 146                 JVM_IHashCode;
 147                 JVM_InitAgentProperties;
 148                 JVM_InitProperties;
 149                 JVM_InternString;
 150                 JVM_Interrupt;
 151                 JVM_InvokeMethod;
 152                 JVM_IsArrayClass;
 153                 JVM_IsConstructorIx;
 154                 JVM_IsInterface;


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


 115                 JVM_GetEnclosingMethodInfo;
 116                 JVM_GetFieldIxModifiers;
 117                 JVM_GetFieldTypeAnnotations;
 118                 JVM_GetInheritedAccessControlContext;
 119                 JVM_GetInterfaceVersion;
 120                 JVM_GetManagement;
 121                 JVM_GetMethodIxArgsSize;
 122                 JVM_GetMethodIxByteCode;
 123                 JVM_GetMethodIxByteCodeLength;
 124                 JVM_GetMethodIxExceptionIndexes;
 125                 JVM_GetMethodIxExceptionTableEntry;
 126                 JVM_GetMethodIxExceptionTableLength;
 127                 JVM_GetMethodIxExceptionsCount;
 128                 JVM_GetMethodIxLocalsCount;
 129                 JVM_GetMethodIxMaxStack;
 130                 JVM_GetMethodIxModifiers;
 131                 JVM_GetMethodIxNameUTF;
 132                 JVM_GetMethodIxSignatureUTF;
 133                 JVM_GetMethodParameters;
 134                 JVM_GetMethodTypeAnnotations;
 135                 JVM_GetNanoTimeAdjustment;
 136                 JVM_GetPrimitiveArrayElement;
 137                 JVM_GetProtectionDomain;
 138                 JVM_GetStackAccessControlContext;
 139                 JVM_GetStackTraceDepth;
 140                 JVM_GetStackTraceElement;
 141                 JVM_GetSystemPackage;
 142                 JVM_GetSystemPackages;
 143                 JVM_GetTemporaryDirectory;
 144                 JVM_GetVersionInfo;
 145                 JVM_Halt;
 146                 JVM_HoldsLock;
 147                 JVM_IHashCode;
 148                 JVM_InitAgentProperties;
 149                 JVM_InitProperties;
 150                 JVM_InternString;
 151                 JVM_Interrupt;
 152                 JVM_InvokeMethod;
 153                 JVM_IsArrayClass;
 154                 JVM_IsConstructorIx;
 155                 JVM_IsInterface;


< prev index next >