hotspot/src/share/vm/prims/jvm.cpp
changeset 17370 59a0620561fa
parent 16621 64885b7f036e
child 17826 9ad5cd464a75
child 18063 3a0a5b11ab14
--- a/hotspot/src/share/vm/prims/jvm.cpp	Wed May 08 21:06:46 2013 -0400
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Fri May 10 08:27:30 2013 -0700
@@ -1710,7 +1710,7 @@
     for (int i = 0; i < num_params; i++) {
       MethodParametersElement* params = mh->method_parameters_start();
       // For a 0 index, give a NULL symbol
-      Symbol* const sym = 0 != params[i].name_cp_index ?
+      Symbol* sym = 0 != params[i].name_cp_index ?
         mh->constants()->symbol_at(params[i].name_cp_index) : NULL;
       int flags = params[i].flags;
       oop param = Reflection::new_parameter(reflected_method, i, sym,