jdk-24/test/jdk/java/lang/reflect/Proxy
Sean Mullan db85090553 8338411: Implement JEP 486: Permanently Disable the Security Manager
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
..
nonJavaNames
nonPublicProxy 8338411: Implement JEP 486: Permanently Disable the Security Manager 2024-11-12 17:16:15 +00:00
q
returnTypes
src 8159746: (proxy) Support for default methods 2020-12-01 17:23:07 +00:00
Basic1.java
Boxing.java
CharType.java
ClassRestrictions.java 8319436: Proxy.newProxyInstance throws NPE if loader is null and interface not visible from class loader 2023-11-07 17:00:08 +00:00
DefaultMethods.java 8266783: java/lang/reflect/Proxy/DefaultMethods.java fails with jtreg 6 2021-05-11 20:22:39 +00:00
HiddenProxyInterface.java 8250219: Proxy::newProxyInstance spec should specify the behavior if a given proxy interface is hidden 2020-08-04 10:36:02 -07:00
LazyInitializationTest.java 8285401: Proxy class initializer should use 3-arg Class.forName to avoid unnecessary class initialization 2022-05-31 18:30:39 +00:00
NonPublicMethodTypeTest.java 8333854: IllegalAccessError with proxies after JDK-8332457 2024-06-18 13:51:50 +00:00
NullClassLoader.java
ProxyClashTest.java 8188240: Reflection Proxy should skip static methods 2018-03-15 12:07:59 +01:00
ProxyClassAccessTest.java 8159746: (proxy) Support for default methods 2020-12-01 17:23:07 +00:00
ProxyGeneratorCombo.java 8230047: Remove legacy java.lang.reflect.ProxyGenerator_v49 2020-02-05 09:53:56 -08:00
ProxyLayerTest.java 8159746: (proxy) Support for default methods 2020-12-01 17:23:07 +00:00
ProxyModuleMapping.java 6983726: Reimplement MethodHandleProxies.asInterfaceInstance 2023-07-20 00:59:28 +00:00
ProxyTest.java 8159746: (proxy) Support for default methods 2020-12-01 17:23:07 +00:00
SealedInterfaceTest.java 8269351: Proxy::newProxyInstance and MethodHandleProxies::asInterfaceInstance should reject sealed interfaces 2021-06-26 16:46:57 +00:00
TestVarArgs.java 8022795: Method.isVarargs of dynamic proxy generated method to match the proxy interface method 2020-08-04 10:26:39 -07:00