src/share/vm/prims/jvm.cpp

changeset 5249
ce9ecec70f99
parent 5242
b295e132102d
parent 5097
92ef81e2f571
child 5251
eaf3742822ec
     1.1 --- a/src/share/vm/prims/jvm.cpp	Thu May 16 11:44:33 2013 +0100
     1.2 +++ b/src/share/vm/prims/jvm.cpp	Thu May 23 12:44:18 2013 +0100
     1.3 @@ -1779,7 +1779,7 @@
     1.4      for (int i = 0; i < num_params; i++) {
     1.5        MethodParametersElement* params = mh->method_parameters_start();
     1.6        // For a 0 index, give a NULL symbol
     1.7 -      Symbol* const sym = 0 != params[i].name_cp_index ?
     1.8 +      Symbol* sym = 0 != params[i].name_cp_index ?
     1.9          mh->constants()->symbol_at(params[i].name_cp_index) : NULL;
    1.10        int flags = params[i].flags;
    1.11        oop param = Reflection::new_parameter(reflected_method, i, sym,

mercurial