make/linux/makefiles/mapfile-vers-product

changeset 3095
19241ae0d839
parent 2708
1d1603768966
child 3285
242b4e0e6f73
equal deleted inserted replaced
3094:b27c72d69fd1 3095: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 # miscellaneous functions 247 # miscellaneous functions
266 jio_fprintf; 248 jio_fprintf;
267 jio_printf; 249 jio_printf;
268 jio_snprintf; 250 jio_snprintf;
269 jio_vfprintf; 251 jio_vfprintf;

mercurial