RFR: 8310110: Shenandoah: Trace page sizes [v5]

Aleksey Shipilev shade at openjdk.org
Wed Jun 28 09:26:12 UTC 2023


On Wed, 28 Jun 2023 09:21:18 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

>> :-( you are of course right. This only worked out of accident since ReservedSpace has no dtor.
>
>> :-( you are of course right. This only worked out of accident since ReservedSpace has no dtor.
> 
> Could you copy-assign the object, instead?

Or just null-check the resulting `_collection_set` and print the message then. Don't need to mess with locals then?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14486#discussion_r1244941558


More information about the hotspot-dev mailing list