Merge
authorcoleenp
Sat, 15 Nov 2014 01:38:35 +0000
changeset 27664 2e9a963d4ec7
parent 27663 8b09b5d9dc8b (current diff)
parent 27658 90cae28ee3cb (diff)
child 27665 cd67470cd230
Merge
--- a/hotspot/src/share/vm/oops/constMethod.cpp	Fri Nov 14 15:08:28 2014 -0500
+++ b/hotspot/src/share/vm/oops/constMethod.cpp	Sat Nov 15 01:38:35 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;
 }