On Fri, 13 Feb 2026 08:26:34 GMT, Leonid Mesnik <[email protected]> wrote:
>> Please review following fix that add Byte[], Boolean[] and Integer[] arrays
>> to garbageProducers and use them in random(arrays) producers and added few
>> configurations to ArrayJuggle3 using these new producers.
>>
>> Also change some memory objects from primitive arrays to Integer/Byte arrays
>> if preview is enabled to stress flattened arrays.
>
> Leonid Mesnik has updated the pull request incrementally with one additional
> commit since the last revision:
>
> fixed gp name
test/hotspot/jtreg/vmTestbase/nsk/share/gc/Memory.java line 42:
> 40: private static final boolean previewEnabled =
> 41: System.getProperty("test.java.opts",
> "").contains("--enable-preview") ||
> 42: System.getProperty("test.vm.opts",
> "").contains("--preview");
Suggestion:
System.getProperty("test.vm.opts",
"").contains("--enable-preview");
-------------
PR Review Comment:
https://git.openjdk.org/valhalla/pull/2099#discussion_r2811285874