comparison make/linux/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
149 JVM_GetMethodIxMaxStack; 149 JVM_GetMethodIxMaxStack;
150 JVM_GetMethodIxModifiers; 150 JVM_GetMethodIxModifiers;
151 JVM_GetMethodIxNameUTF; 151 JVM_GetMethodIxNameUTF;
152 JVM_GetMethodIxSignatureUTF; 152 JVM_GetMethodIxSignatureUTF;
153 JVM_GetMethodParameterAnnotations; 153 JVM_GetMethodParameterAnnotations;
154 JVM_GetMethodParameters;
154 JVM_GetPrimitiveArrayElement; 155 JVM_GetPrimitiveArrayElement;
155 JVM_GetProtectionDomain; 156 JVM_GetProtectionDomain;
156 JVM_GetSockName; 157 JVM_GetSockName;
157 JVM_GetSockOpt; 158 JVM_GetSockOpt;
158 JVM_GetStackAccessControlContext; 159 JVM_GetStackAccessControlContext;