On Fri, 17 Jun 2022 07:04:47 GMT, Jaikiran Pai wrote:
>> * This adds additional permissions to the jdk.random module
>> (`RuntimePermission "accessClassInPackage.jdk.internal.util.random"`)
>> * The annotations of the provider classes are now parsed early.
>> This avoids putting the parts th
On Fri, 17 Jun 2022 06:47:59 GMT, Jaikiran Pai wrote:
>> * This adds additional permissions to the jdk.random module
>> (`RuntimePermission "accessClassInPackage.jdk.internal.util.random"`)
>> * The annotations of the provider classes are now parsed early.
>> This avoids putting the parts th
On Thu, 16 Jun 2022 17:43:19 GMT, Sean Mullan wrote:
>> * This adds additional permissions to the jdk.random module
>> (`RuntimePermission "accessClassInPackage.jdk.internal.util.random"`)
>> * The annotations of the provider classes are now parsed early.
>> This avoids putting the parts tha
* This adds additional permissions to the jdk.random module (`RuntimePermission
"accessClassInPackage.jdk.internal.util.random"`)
* The annotations of the provider classes are now parsed early.
This avoids putting the parts that can trigger the parsing into an
`AccessController.doPrivileged()