RFR: 8344071: Mark some jdk/jfr/event/oldobject test flagless until they fixed to support all GC
Stefan Karlsson
stefank at openjdk.org
Fri Nov 15 08:04:12 UTC 2024
On Thu, 14 Nov 2024 17:58:07 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> test/jdk/jdk/jfr/event/oldobject/TestObjectDescription.java line 44:
>>
>>> 42: * @key jfr
>>> 43: * @requires vm.hasJFR
>>> 44: * @requires vm.gc != "Z" & vm.gc != "Shenandoah"
>>
>> Why did you remove the exclusion of ZGC here and left Shenandoah? Isn't it better to leave the ZGC exclusion here?
>
> The ZGC is now generational, and the OldObjectSampler should work.
I don't know what the generational part has to do with it. The Old part in the name doesn't refer the young and old generation, just that an object is lingering in the system, which it also did for single gen ZGC.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22050#discussion_r1843329273
More information about the hotspot-jfr-dev
mailing list