[jdk8u-dev] RFR: 6899049: G1: Clean up code in ptrQueue.[ch]pp and ptrQueue.inline.hpp [v2]

Sun Jianye jianyesun at openjdk.org
Wed Sep 20 01:18:45 UTC 2023


On Wed, 20 Sep 2023 00:14:00 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> Where does this test come from? I don't see it in the patch being backported.

We added it to check whether the problem is sovled.  I saw there are errors like `Insufficient Memory Error` or `could not reserve enough space for 2097152KB object heap`. Maybe the resources of the CI environment are limited, the size of memory  is less than 2G when the jvm starts with `-Xmx2048m`.

Do you think it is necessary to add this test case ? If not, i will delete it. Or  set the test  not to execute in these three scenarios(Linux x86/windows x86/Windows x64) ?

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

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/374#issuecomment-1726742044


More information about the jdk8u-dev mailing list