History log of /openjdk9/jdk/test/java/lang/reflect/PublicMethods/PublicMethodsTest.java
Revision Date Author Comments
# 16908:b572f46f30cd 22-Mar-2017 amlu

8177383: Wrong @modules in java/io/FilePermission/ReadFileOnPath.java
Reviewed-by: alanb


# 16693:db26f90a85f5 10-Feb-2017 skovalev

8174194: Several java/lang tests failing due to undeclared module dependencies
Reviewed-by: dfuchs, mchung


# 16545:c97e7a8b8da0 23-Jan-2017 plevart

8173201: java/lang/reflect/PublicMethods/PublicMethodsTest.java fails because of too many open files
Summary: Explicitly close StandardJavaFileManager(s) as soon as they are not needed any more
Reviewed-by: redestad


# 16411:d546cab5cb12 05-Jan-2017 plevart

8172190: Re-apply the fix for bugs 8062389, 8029459, 8061950
Summary: Final fix for 8062389: Class.getMethod() is inconsistent with Class.getMethods() results, 8029459: getMethods returns methods that are not members of the class, 8061950: Class.getMethods() exhibits quadratic time complexity
Reviewed-by: alanb, mchung, psandoz, dfuchs, darcy, redestad


# 16397:f42801192a47 26-Dec-2016 plevart

8171988: Backout of fix for 8062389, 8029459, 8061950
Reviewed-by: chegar


# 16396:ce85bfbe98b0 25-Dec-2016 plevart

8062389: Class.getMethod() is inconsistent with Class.getMethods() results
8029459: (reflect) getMethods returns methods that are not members of the class
8061950: Class.getMethods() exhibits quadratic time complexity
Reviewed-by: alanb, mchung, psandoz, dfuchs, darcy