make/linux/makefiles/mapfile-vers-product

changeset 3095
19241ae0d839
parent 2708
1d1603768966
child 3285
242b4e0e6f73
     1.1 --- a/make/linux/makefiles/mapfile-vers-product	Mon Aug 29 05:07:35 2011 -0700
     1.2 +++ b/make/linux/makefiles/mapfile-vers-product	Tue Aug 30 00:54:09 2011 -0700
     1.3 @@ -244,24 +244,6 @@
     1.4                  JVM_Yield;
     1.5                  JVM_handle_linux_signal;
     1.6  
     1.7 -                # Old reflection routines
     1.8 -                # These do not need to be present in the product build in JDK 1.4
     1.9 -                # but their code has not been removed yet because there will not
    1.10 -                # be a substantial code savings until JVM_InvokeMethod and
    1.11 -                # JVM_NewInstanceFromConstructor can also be removed; see
    1.12 -                # reflectionCompat.hpp.
    1.13 -                JVM_GetClassConstructor;
    1.14 -                JVM_GetClassConstructors;
    1.15 -                JVM_GetClassField;
    1.16 -                JVM_GetClassFields;
    1.17 -                JVM_GetClassMethod;
    1.18 -                JVM_GetClassMethods;
    1.19 -                JVM_GetField;
    1.20 -                JVM_GetPrimitiveField;
    1.21 -                JVM_NewInstance;
    1.22 -                JVM_SetField;
    1.23 -                JVM_SetPrimitiveField;
    1.24 -
    1.25                  # miscellaneous functions
    1.26                  jio_fprintf;
    1.27                  jio_printf;

mercurial