RFR: 8329223: Parallel: Parallel GC resizes heap even if -Xms = -Xmx [v7]

Zhengyu Gu zgu at openjdk.org
Tue Apr 23 16:26:29 UTC 2024


On Tue, 23 Apr 2024 14:21:12 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

>> I see. Could you explain a bit more on what causes the failure? (It's not obvious to me why some combination of initial_old_size/MinOldSize can trigger `pthread_mutex_destroy(&mutex_)failed`.)
>
>> I see. Could you explain a bit more on what causes the failure? (It's not obvious to me why some combination of initial_old_size/MinOldSize can trigger `pthread_mutex_destroy(&mutex_)failed`.)
> 
> I am not really familiar with gtest framework and not sure why. I could not reproduce the failure on Linux, so I submit the patch to see what is going to come out of github test.

github action fails on macosx aarch64 (the same kind of machine I use) as well. I am not sure if it is test or test framework failure, as this part of code is platform dependent.

@albertnetymk what's your suggestion?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18539#discussion_r1576543812


More information about the hotspot-gc-dev mailing list