diff src/share/vm/prims/jvm.cpp @ 11017:ce9ecec70f99

Merge
author chegar
date Thu, 23 May 2013 12:44:18 +0100
parents b295e132102d 92ef81e2f571
children eaf3742822ec
line wrap: on
line diff
--- a/src/share/vm/prims/jvm.cpp	Thu May 16 11:44:33 2013 +0100
+++ b/src/share/vm/prims/jvm.cpp	Thu May 23 12:44:18 2013 +0100
@@ -1779,7 +1779,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,