// Check if a method name is mangled properly in the presence// of an array parameter sharing a part of the type name // with a subsequent parameter.publicclassPR9577{privatenativevoidsayHello(String[]s,Objecto);publicstaticvoidmain(String[]args){PR9577x=newPR9577();x.sayHello(null,null);}}