comparison make/solaris/makefiles/mapfile-vers @ 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 ba9dacff9c9d
comparison
equal deleted inserted replaced
8817:b8deb3205b51 8818:1916ca1dec2f
129 JVM_GetDeclaredClasses; 129 JVM_GetDeclaredClasses;
130 JVM_GetDeclaringClass; 130 JVM_GetDeclaringClass;
131 JVM_GetEnclosingMethodInfo; 131 JVM_GetEnclosingMethodInfo;
132 JVM_GetFieldAnnotations; 132 JVM_GetFieldAnnotations;
133 JVM_GetFieldIxModifiers; 133 JVM_GetFieldIxModifiers;
134 JVM_GetFieldTypeAnnotations;
134 JVM_GetHostName; 135 JVM_GetHostName;
135 JVM_GetInheritedAccessControlContext; 136 JVM_GetInheritedAccessControlContext;
136 JVM_GetInterfaceVersion; 137 JVM_GetInterfaceVersion;
137 JVM_GetLastErrorString; 138 JVM_GetLastErrorString;
138 JVM_GetManagement; 139 JVM_GetManagement;
150 JVM_GetMethodIxModifiers; 151 JVM_GetMethodIxModifiers;
151 JVM_GetMethodIxNameUTF; 152 JVM_GetMethodIxNameUTF;
152 JVM_GetMethodIxSignatureUTF; 153 JVM_GetMethodIxSignatureUTF;
153 JVM_GetMethodParameterAnnotations; 154 JVM_GetMethodParameterAnnotations;
154 JVM_GetMethodParameters; 155 JVM_GetMethodParameters;
156 JVM_GetMethodTypeAnnotations;
155 JVM_GetPrimitiveArrayElement; 157 JVM_GetPrimitiveArrayElement;
156 JVM_GetProtectionDomain; 158 JVM_GetProtectionDomain;
157 JVM_GetSockName; 159 JVM_GetSockName;
158 JVM_GetSockOpt; 160 JVM_GetSockOpt;
159 JVM_GetStackAccessControlContext; 161 JVM_GetStackAccessControlContext;