-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
-
generic
-
generic
As noted in JDK-8207315, the constructor invocation generated by jdk.internal.reflect.MethodAccessorGenerator doesn't work for primitive classes.
Thus, invoking a static factory method for a primitive class more than 15 times will break (as controlled by jdk.internal.reflect.ReflectionFactory.inflationThreshold())
Thus, invoking a static factory method for a primitive class more than 15 times will break (as controlled by jdk.internal.reflect.ReflectionFactory.inflationThreshold())
- relates to
-
JDK-8207315 [lworld] Examine class file generators in JDK that may need upgrade to support LWorld
-
- Resolved
-