RFR: 8265079: Implement VarHandle invoker caching [v3]

Jorn Vernee jvernee at openjdk.java.net
Mon Apr 19 11:12:58 UTC 2021


On Wed, 14 Apr 2021 22:57:59 GMT, Mandy Chung <mchung at openjdk.org> wrote:

>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comment: simplify test
>
> test/jdk/java/lang/invoke/TestVHInvokerCaching.java line 26:
> 
>> 24: /* @test
>> 25:  * @bug 8265079
>> 26:  * @run testng/othervm -Xverify:all -ea -esa TestVHInvokerCaching
> 
> Nit: the makefile to run jtreg set `-ea -esa`.   It's not strictly necessary in `@run`.  If you want to run it standalone, you can run with `jtreg -ea -esa` option.

Ok, I will remove them.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3439


More information about the core-libs-dev mailing list