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

Coleen Phillimore coleenp at openjdk.org
Fri Aug 19 20:50:04 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.

Thanks Dan and Harold!

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

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


More information about the hotspot-runtime-dev mailing list