On Mon, 29 Aug 2022 13:56:28 GMT, Eric Caspole wrote:
>> Add a JMH for ProtectionDomain related to current work on JDK-8292375. Also,
>> add the InMemoryJavaCompiler to the JMH jar, to generate the classes needed
>> for this test and will be useful for future class loading JMH too.
>
> Eric Cas
> Add a JMH for ProtectionDomain related to current work on JDK-8292375. Also,
> add the InMemoryJavaCompiler to the JMH jar, to generate the classes needed
> for this test and will be useful for future class loading JMH too.
Eric Caspole has updated the pull request incrementally with one addit
On Thu, 25 Aug 2022 09:14:07 GMT, Sean Mullan wrote:
>> Eric Caspole has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Updates from reviewers comments
>
> test/micro/org/openjdk/bench/java/security/ProtectionDomainBench.java line 90:
>
>>
On Wed, 24 Aug 2022 20:45:29 GMT, Eric Caspole wrote:
>> Add a JMH for ProtectionDomain related to current work on JDK-8292375. Also,
>> add the InMemoryJavaCompiler to the JMH jar, to generate the classes needed
>> for this test and will be useful for future class loading JMH too.
>
> Eric Cas
On Wed, 24 Aug 2022 05:35:54 GMT, David Schlosnagle wrote:
>> Eric Caspole has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Updates from reviewers comments
>
> test/micro/org/openjdk/bench/java/security/ProtectionDomainBench.java line 49:
> Add a JMH for ProtectionDomain related to current work on JDK-8292375. Also,
> add the InMemoryJavaCompiler to the JMH jar, to generate the classes needed
> for this test and will be useful for future class loading JMH too.
Eric Caspole has updated the pull request incrementally with one addit
On Fri, 19 Aug 2022 18:48:10 GMT, Eric Caspole wrote:
> Add a JMH for ProtectionDomain related to current work on JDK-8292375. Also,
> add the InMemoryJavaCompiler to the JMH jar, to generate the classes needed
> for this test and will be useful for future class loading JMH too.
test/micro/org
Add a JMH for ProtectionDomain related to current work on JDK-8292375. Also,
add the InMemoryJavaCompiler to the JMH jar, to generate the classes needed for
this test and will be useful for future class loading JMH too.
-
Commit messages:
- 8292681: Add JMH for ProtectionDomain
Ch