comparison make/bsd/makefiles/mapfile-vers-product @ 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
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;