RFR: 8292686: runtime/cds/appcds/TestWithProfiler.java SIGSEGV in TableStatistics ctr

Daniel D. Daugherty dcubed at openjdk.org
Fri Aug 19 20:50:03 UTC 2022


On Fri, 19 Aug 2022 20:22:41 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> There were two ConcurrentHashTable constructors that needed the non-default value of true in order to allocate TableRateStatistics in SymbolTable and StringTable, so I added them.  Default parameters are dangerous.  This is a trivial fix.
> Tested tier 1-3 in progress.   Tested with failed test and JFR tests.

Thumbs up. This is a trivial fix.

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

Marked as reviewed by dcubed (Reviewer).

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


More information about the hotspot-runtime-dev mailing list