This website requires JavaScript.
Explore
Help
Register
Sign In
stan
/
jdk-24
Watch
1
Star
0
Fork
0
You've already forked jdk-24
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b77bd5fd6a
Branches
Tags
View all branches
jdk-24
/
test
/
jdk
/
java
/
lang
/
reflect
/
Proxy
History
Mandy Chung
8eb6f617b3
8319436: Proxy.newProxyInstance throws NPE if loader is null and interface not visible from class loader
...
Reviewed-by: alanb
2023-11-07 17:00:08 +00:00
..
nonJavaNames
…
nonPublicProxy
…
q
…
returnTypes
…
src
…
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
…
HiddenProxyInterface.java
…
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
NullClassLoader.java
…
ProxyClashTest.java
…
ProxyClassAccessTest.java
…
ProxyGeneratorCombo.java
…
ProxyLayerTest.java
…
ProxyModuleMapping.java
6983726: Reimplement MethodHandleProxies.asInterfaceInstance
2023-07-20 00:59:28 +00:00
ProxyTest.java
…
SealedInterfaceTest.java
8269351: Proxy::newProxyInstance and MethodHandleProxies::asInterfaceInstance should reject sealed interfaces
2021-06-26 16:46:57 +00:00
TestVarArgs.java
…