Re: RFR: 8292681: Add JMH for ProtectionDomain [v3]

2022-08-31 Thread Sean Mullan
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

Re: RFR: 8292681: Add JMH for ProtectionDomain [v3]

2022-08-29 Thread Eric Caspole
> 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

Re: RFR: 8292681: Add JMH for ProtectionDomain [v2]

2022-08-25 Thread Eric Caspole
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: > >>

Re: RFR: 8292681: Add JMH for ProtectionDomain [v2]

2022-08-25 Thread Sean Mullan
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

Re: RFR: 8292681: Add JMH for ProtectionDomain [v2]

2022-08-24 Thread Eric Caspole
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:

Re: RFR: 8292681: Add JMH for ProtectionDomain [v2]

2022-08-24 Thread Eric Caspole
> 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

Re: RFR: 8292681: Add JMH for ProtectionDomain

2022-08-23 Thread David Schlosnagle
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

RFR: 8292681: Add JMH for ProtectionDomain

2022-08-19 Thread Eric Caspole
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