Merge
authorcoleenp
Sat, 15 Nov 2014 01:29:25 +0000
changeset 27660 e83fef4e1f56
parent 27659 82af5d5e777b (current diff)
parent 27658 90cae28ee3cb (diff)
child 27665 cd67470cd230
Merge
--- a/hotspot/src/share/vm/oops/constMethod.cpp	Fri Nov 14 13:09:53 2014 -0500
+++ b/hotspot/src/share/vm/oops/constMethod.cpp	Sat Nov 15 01:29:25 2014 +0000
@@ -293,7 +293,6 @@
 MethodParametersElement* ConstMethod::method_parameters_start() const {
   u2* addr = method_parameters_length_addr();
   u2 length = *addr;
-  assert(length > 0, "should only be called if table is present");
   addr -= length * sizeof(MethodParametersElement) / sizeof(u2);
   return (MethodParametersElement*) addr;
 }