diff -r 8cddb5d3e18f -r 44a5802816be emul/src/main/java/java/lang/Class.java --- a/emul/src/main/java/java/lang/Class.java Fri Dec 28 08:48:08 2012 +0100 +++ b/emul/src/main/java/java/lang/Class.java Fri Dec 28 12:35:32 2012 +0100 @@ -641,7 +641,7 @@ * @since JDK1.1 */ public Method[] getMethods() throws SecurityException { - return MethodImpl.findMethods(this); + return MethodImpl.findMethods(this, 0x01); } /**