comparison make/bsd/makefiles/mapfile-vers-debug @ 7462:ade95d680b42

8004728: Add hotspot support for parameter reflection Summary: Add hotspot support for parameter reflection Reviewed-by: acorn, jrose, coleenp Contributed-by: eric.mccorkle@oracle.com
author coleenp
date Tue, 08 Jan 2013 14:01:36 -0500
parents 35431a769282
children b14da2e6f2dc
comparison
equal deleted inserted replaced
7460:6c3f47d964f3 7462:ade95d680b42
1 # 1 #
2 # @(#)mapfile-vers-debug 1.18 07/10/25 16:47:35 2 # @(#)mapfile-vers-debug 1.18 07/10/25 16:47:35
3 # 3 #
4 4
5 # 5 #
6 # Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved. 6 # Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
7 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 7 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
124 JVM_GetClassLoader; 124 JVM_GetClassLoader;
125 JVM_GetClassMethodsCount; 125 JVM_GetClassMethodsCount;
126 JVM_GetClassModifiers; 126 JVM_GetClassModifiers;
127 JVM_GetClassName; 127 JVM_GetClassName;
128 JVM_GetClassNameUTF; 128 JVM_GetClassNameUTF;
129 JVM_GetClassSignature; 129 JVM_GetClassSignature;
130 JVM_GetClassSigners; 130 JVM_GetClassSigners;
131 JVM_GetClassTypeAnnotations; 131 JVM_GetClassTypeAnnotations;
132 JVM_GetComponentType; 132 JVM_GetComponentType;
133 JVM_GetDeclaredClasses; 133 JVM_GetDeclaredClasses;
134 JVM_GetDeclaringClass; 134 JVM_GetDeclaringClass;
153 JVM_GetMethodIxMaxStack; 153 JVM_GetMethodIxMaxStack;
154 JVM_GetMethodIxModifiers; 154 JVM_GetMethodIxModifiers;
155 JVM_GetMethodIxNameUTF; 155 JVM_GetMethodIxNameUTF;
156 JVM_GetMethodIxSignatureUTF; 156 JVM_GetMethodIxSignatureUTF;
157 JVM_GetMethodParameterAnnotations; 157 JVM_GetMethodParameterAnnotations;
158 JVM_GetMethodParameters;
158 JVM_GetPrimitiveArrayElement; 159 JVM_GetPrimitiveArrayElement;
159 JVM_GetProtectionDomain; 160 JVM_GetProtectionDomain;
160 JVM_GetSockName; 161 JVM_GetSockName;
161 JVM_GetSockOpt; 162 JVM_GetSockOpt;
162 JVM_GetStackAccessControlContext; 163 JVM_GetStackAccessControlContext;
282 sysThreadAvailableStackWithSlack; 283 sysThreadAvailableStackWithSlack;
283 284
284 # This is for Forte Analyzer profiling support. 285 # This is for Forte Analyzer profiling support.
285 AsyncGetCallTrace; 286 AsyncGetCallTrace;
286 287
287 # INSERT VTABLE SYMBOLS HERE 288 # INSERT VTABLE SYMBOLS HERE
288 289
289 local: 290 local:
290 *; 291 *;
291 }; 292 };
292 293