Integrated: 8270435: UT: MonitorUsedDeflationThresholdTest failed: did not find too_many string in output
Daniel D.Daugherty
dcubed at openjdk.java.net
Thu Nov 25 04:31:06 UTC 2021
On Wed, 24 Nov 2021 16:56:24 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> A trivial fix to allow MonitorUsedDeflationThresholdTest to tolerate a burst of used
> monitors by threads not under the test's control. By lowering the value for
> MonitorUsedDeflationThreshold from the default 90% to 10%, we ensure that the
> test will hit NoAsyncDeflationProgressMax at least 3 times in 10 seconds in the
> non-UT configuration. The burst of monitor usage by UT should no longer prevent
> the test from hitting NoAsyncDeflationProgressMax at least twice. In order to pass,
> the test only needs to hit NoAsyncDeflationProgressMax once.
This pull request has now been integrated.
Changeset: 21e302a0
Author: Daniel D. Daugherty <dcubed at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/21e302a0f4cbf3ace907c36d871a2f2cf6277188
Stats: 10 lines in 1 file changed: 8 ins; 0 del; 2 mod
8270435: UT: MonitorUsedDeflationThresholdTest failed: did not find too_many string in output
Reviewed-by: dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/6543
More information about the hotspot-runtime-dev
mailing list