Integrated: 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.
This pull request has now been integrated.
Changeset: 07c9ba74
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/07c9ba74fa3baebffcc15d3ee6ef941edf6be1a3
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
8292686: runtime/cds/appcds/TestWithProfiler.java SIGSEGV in TableStatistics ctr
Reviewed-by: dcubed, hseigel
-------------
PR: https://git.openjdk.org/jdk/pull/9952
More information about the hotspot-runtime-dev
mailing list