comparison make/bsd/makefiles/mapfile-vers-debug @ 8818:1916ca1dec2f

8009382: Add JVM_Get{Field|Method}TypeAnnotations Reviewed-by: dcubed, rbackman Contributed-by: Joel Borggren-Franck <joel.franck@oracle.com>
author rbackman
date Tue, 26 Mar 2013 15:00:34 +0100
parents 815957d0203e
children 91acb82a8b7a
comparison
equal deleted inserted replaced
8817:b8deb3205b51 8818:1916ca1dec2f
133 JVM_GetDeclaredClasses; 133 JVM_GetDeclaredClasses;
134 JVM_GetDeclaringClass; 134 JVM_GetDeclaringClass;
135 JVM_GetEnclosingMethodInfo; 135 JVM_GetEnclosingMethodInfo;
136 JVM_GetFieldAnnotations; 136 JVM_GetFieldAnnotations;
137 JVM_GetFieldIxModifiers; 137 JVM_GetFieldIxModifiers;
138 JVM_GetFieldTypeAnnotations;
138 JVM_GetHostName; 139 JVM_GetHostName;
139 JVM_GetInheritedAccessControlContext; 140 JVM_GetInheritedAccessControlContext;
140 JVM_GetInterfaceVersion; 141 JVM_GetInterfaceVersion;
141 JVM_GetLastErrorString; 142 JVM_GetLastErrorString;
142 JVM_GetManagement; 143 JVM_GetManagement;
154 JVM_GetMethodIxModifiers; 155 JVM_GetMethodIxModifiers;
155 JVM_GetMethodIxNameUTF; 156 JVM_GetMethodIxNameUTF;
156 JVM_GetMethodIxSignatureUTF; 157 JVM_GetMethodIxSignatureUTF;
157 JVM_GetMethodParameterAnnotations; 158 JVM_GetMethodParameterAnnotations;
158 JVM_GetMethodParameters; 159 JVM_GetMethodParameters;
160 JVM_GetMethodTypeAnnotations;
159 JVM_GetPrimitiveArrayElement; 161 JVM_GetPrimitiveArrayElement;
160 JVM_GetProtectionDomain; 162 JVM_GetProtectionDomain;
161 JVM_GetSockName; 163 JVM_GetSockName;
162 JVM_GetSockOpt; 164 JVM_GetSockOpt;
163 JVM_GetStackAccessControlContext; 165 JVM_GetStackAccessControlContext;