RFR: 8268125: ZGC: Clone oop array gets wrong acopy stub [v3]

Nils Eliasson neliasso at openjdk.java.net
Mon Jun 14 14:06:54 UTC 2021


On Fri, 4 Jun 2021 20:24:28 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Nils Eliasson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update test
>
> test/hotspot/jtreg/compiler/arraycopy/TestObjectArrayClone.java line 33:
> 
>> 31:  *                   compiler.arraycopy.TestObjectArrayClone
>> 32:  *
>> 33:  * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseZGC
> 
> I suggest to clone it to separate `@test` block because you need `@requires  vm.gc.Z` for it.

I removed the explicit GC. I should be run in all configs.

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

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


More information about the hotspot-compiler-dev mailing list