History log of /openjdk10/jdk/src/java.base/share/classes/jdk/internal/reflect/ReflectionFactory.java
Revision Date Author Comments
# 17185:e81bd83cd22a 08-May-2017 mchung

8020801: Apply the restriction of invoking MethodHandles.lookup to j.l.r.Method.invoke
Reviewed-by: plevart, psandoz


# 16937:085c764a3e5b 22-Mar-2017 alanb

8174823: Module system implementation refresh (3/2017)
Reviewed-by: chegar, mchung, alanb
Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, sundararajan.athijegannathan@oracle.com, peter.levart@gmail.com


# 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


# 15974:7745b4f6cbde 31-Oct-2016 chegar

8168980: Reinstate sun.reflect.ReflectionFactory.newConstructorForSerialization(Class,Constructor)
Reviewed-by: alanb


# 15893:5c851d70cb76 24-Oct-2016 rriggs

8164908: ReflectionFactory support for IIOP and custom serialization
Summary: Add support for serialization to sun.reflect.ReflectionFactory
Reviewed-by: alanb, chegar, plevart, amlu


# 14359:930d3aef37ee 03-May-2016 redestad

8155775: Re-examine naming of privileged methods to access System properties
Reviewed-by: mullan


# 14265:50d4d6b772d1 21-Apr-2016 redestad

8154231: Simplify access to System properties from JDK code
Reviewed-by: rriggs, chegar, weijun


# 14176:8606d027b2c2 15-Apr-2016 chegar

8137058: Clear out all non-Critical APIs from sun.reflect
Reviewed-by: alanb, jfranck, mchung