author | ohair |
Thu, 02 Apr 2009 15:04:33 -0700 | |
changeset 2406 | dd5dd50a2136 |
parent 2405 | 6393c7dc7c99 |
child 2407 | 1f4ab263889e |
jdk/test/java/lang/reflect/Method/InheritedMethods.java | file | annotate | diff | comparison | revisions |
--- a/jdk/test/java/lang/reflect/Method/InheritedMethods.java Wed Apr 01 18:45:25 2009 -0700 +++ b/jdk/test/java/lang/reflect/Method/InheritedMethods.java Thu Apr 02 15:04:33 2009 -0700 @@ -23,6 +23,7 @@ /* @test @bug 4471738 + @ignore until 6825739 fixed @summary Failure to properly traverse class hierarchy in Class.getMethod() */