RFR: 8325202: gc/g1/TestMarkStackOverflow.java intermittently crash: G1CMMarkStack::ChunkAllocator::allocate_new_chunk

Ivan Walulya iwalulya at openjdk.org
Mon Feb 19 11:09:04 UTC 2024


Please review this bug fix to guarantee that expanding the G1CMMarkStack considers the expected capacity for the thread triggering the expansion instead of expanding based on current capacity. 

Testing: - Tier 1 -3 
               - 2M test iterations (bug is reproducible ~1/100k test iterations)

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

Commit messages:
 - 8325202: gc/g1/TestMarkStackOverflow.java intermittently crash: G1CMMarkStack::ChunkAllocator::allocate_new_chunk

Changes: https://git.openjdk.org/jdk/pull/17912/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17912&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8325202
  Stats: 15 lines in 2 files changed: 10 ins; 3 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/17912.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17912/head:pull/17912

PR: https://git.openjdk.org/jdk/pull/17912


More information about the hotspot-gc-dev mailing list