History log of /openjdk10/jdk/src/java.base/share/classes/java/lang/PublicMethods.java
Revision Date Author Comments
# 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