comparison make/linux/makefiles/mapfile-vers-debug @ 3895:19241ae0d839

7082263: Reflection::resolve_field/field_get/field_set are broken Reviewed-by: kvn, dholmes, stefank, coleenp
author never
date Tue, 30 Aug 2011 00:54:09 -0700
parents 1d1603768966
children 242b4e0e6f73
comparison
equal deleted inserted replaced
3894:b27c72d69fd1 3895:19241ae0d839
242 JVM_UnloadLibrary; 242 JVM_UnloadLibrary;
243 JVM_Write; 243 JVM_Write;
244 JVM_Yield; 244 JVM_Yield;
245 JVM_handle_linux_signal; 245 JVM_handle_linux_signal;
246 246
247 # Old reflection routines
248 # These do not need to be present in the product build in JDK 1.4
249 # but their code has not been removed yet because there will not
250 # be a substantial code savings until JVM_InvokeMethod and
251 # JVM_NewInstanceFromConstructor can also be removed; see
252 # reflectionCompat.hpp.
253 JVM_GetClassConstructor;
254 JVM_GetClassConstructors;
255 JVM_GetClassField;
256 JVM_GetClassFields;
257 JVM_GetClassMethod;
258 JVM_GetClassMethods;
259 JVM_GetField;
260 JVM_GetPrimitiveField;
261 JVM_NewInstance;
262 JVM_SetField;
263 JVM_SetPrimitiveField;
264
265 # debug JVM 247 # debug JVM
266 JVM_AccessVMBooleanFlag; 248 JVM_AccessVMBooleanFlag;
267 JVM_AccessVMIntFlag; 249 JVM_AccessVMIntFlag;
268 JVM_VMBreakPoint; 250 JVM_VMBreakPoint;
269 251