--- old/src/share/vm/classfile/javaClasses.hpp 2009-12-01 18:28:18.226717582 +0100 +++ new/src/share/vm/classfile/javaClasses.hpp 2009-12-01 18:28:18.062068369 +0100 @@ -1027,6 +1027,7 @@ static oop form(oop mt); static oop ptype(oop mt, int index); + static int ptype_count(oop mt); static symbolOop as_signature(oop mt, bool intern_if_not_found, TRAPS); static void print_signature(oop mt, outputStream* st);