Integrated: 8167015: compiler/codecache/jmx/PoolsIndependenceTest.java timeout
Evgeny Nikitin
enikitin at openjdk.java.net
Tue Mar 23 06:57:41 UTC 2021
On Tue, 16 Mar 2021 14:32:09 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:
> Fixed some issues in the test:
>
> 1. Replaced obvious mistake with event duration equal to `beginTimestamp - lastEventTimestamp` (giving negative value)
> 2. Using timeouts to address the problem with notification not being sent due to code cache usage never hitting the limit. Possible explanations:
> Code cache was cleaned just after setting the limit;
> CodeCacheUtils silently failed the blob allocation, causing the notification to never get fired
> 3. Provided some additional info in both the test log, and failure messages.
This pull request has now been integrated.
Changeset: 0b03d047
Author: Evgeny Nikitin <enikitin at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/0b03d047
Stats: 34 lines in 2 files changed: 29 ins; 1 del; 4 mod
8167015: compiler/codecache/jmx/PoolsIndependenceTest.java timeout
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/3033
More information about the hotspot-compiler-dev
mailing list