< prev index next >

hotspot/make/aix/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 #  


 121                 JVM_GetMethodIxByteCode;
 122                 JVM_GetMethodIxByteCodeLength;
 123                 JVM_GetMethodIxExceptionIndexes;
 124                 JVM_GetMethodIxExceptionTableEntry;
 125                 JVM_GetMethodIxExceptionTableLength;
 126                 JVM_GetMethodIxExceptionsCount;
 127                 JVM_GetMethodIxLocalsCount;
 128                 JVM_GetMethodIxMaxStack;
 129                 JVM_GetMethodIxModifiers;
 130                 JVM_GetMethodIxNameUTF;
 131                 JVM_GetMethodIxSignatureUTF;
 132                 JVM_GetMethodParameters;
 133                 JVM_GetPrimitiveArrayElement;
 134                 JVM_GetProtectionDomain;
 135                 JVM_GetStackAccessControlContext;
 136                 JVM_GetStackTraceDepth;
 137                 JVM_GetStackTraceElement;
 138                 JVM_GetSystemPackage;
 139                 JVM_GetSystemPackages;
 140                 JVM_GetTemporaryDirectory;

 141                 JVM_GetVersionInfo;
 142                 JVM_Halt;
 143                 JVM_HoldsLock;
 144                 JVM_IHashCode;
 145                 JVM_InitAgentProperties;
 146                 JVM_InitProperties;
 147                 JVM_InternString;
 148                 JVM_Interrupt;
 149                 JVM_InvokeMethod;
 150                 JVM_IsArrayClass;
 151                 JVM_IsConstructorIx;
 152                 JVM_IsInterface;
 153                 JVM_IsInterrupted;
 154                 JVM_IsPrimitiveClass;
 155                 JVM_IsSameClassPackage;
 156                 JVM_IsSupportedJNIVersion;
 157                 JVM_IsThreadAlive;
 158                 JVM_IsVMGeneratedMethodIx;
 159                 JVM_LatestUserDefinedLoader;
 160                 JVM_LoadLibrary;


   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 #  


 121                 JVM_GetMethodIxByteCode;
 122                 JVM_GetMethodIxByteCodeLength;
 123                 JVM_GetMethodIxExceptionIndexes;
 124                 JVM_GetMethodIxExceptionTableEntry;
 125                 JVM_GetMethodIxExceptionTableLength;
 126                 JVM_GetMethodIxExceptionsCount;
 127                 JVM_GetMethodIxLocalsCount;
 128                 JVM_GetMethodIxMaxStack;
 129                 JVM_GetMethodIxModifiers;
 130                 JVM_GetMethodIxNameUTF;
 131                 JVM_GetMethodIxSignatureUTF;
 132                 JVM_GetMethodParameters;
 133                 JVM_GetPrimitiveArrayElement;
 134                 JVM_GetProtectionDomain;
 135                 JVM_GetStackAccessControlContext;
 136                 JVM_GetStackTraceDepth;
 137                 JVM_GetStackTraceElement;
 138                 JVM_GetSystemPackage;
 139                 JVM_GetSystemPackages;
 140                 JVM_GetTemporaryDirectory;
 141                 JVM_GetNanoTimeAdjustment;
 142                 JVM_GetVersionInfo;
 143                 JVM_Halt;
 144                 JVM_HoldsLock;
 145                 JVM_IHashCode;
 146                 JVM_InitAgentProperties;
 147                 JVM_InitProperties;
 148                 JVM_InternString;
 149                 JVM_Interrupt;
 150                 JVM_InvokeMethod;
 151                 JVM_IsArrayClass;
 152                 JVM_IsConstructorIx;
 153                 JVM_IsInterface;
 154                 JVM_IsInterrupted;
 155                 JVM_IsPrimitiveClass;
 156                 JVM_IsSameClassPackage;
 157                 JVM_IsSupportedJNIVersion;
 158                 JVM_IsThreadAlive;
 159                 JVM_IsVMGeneratedMethodIx;
 160                 JVM_LatestUserDefinedLoader;
 161                 JVM_LoadLibrary;


< prev index next >