Integrated: 8286681: ShenandoahControlThread::request_gc misses the case of GCCause::_codecache_GC_threshold
Jie Fu
jiefu at openjdk.java.net
Sat May 14 10:17:39 UTC 2022
On Fri, 13 May 2022 02:43:55 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> Some tests fail with Shenandoah GC after JDK-8282191.
> The reason is that the assert in `ShenandoahControlThread::request_gc` misses the case of `GCCause::_codecache_GC_threshold`.
> It would be better to fix it.
>
> Thanks.
> Best regards,
> Jie
This pull request has now been integrated.
Changeset: 9eb15c9b
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/9eb15c9b100b87e332c572bbc24a818e1cceb180
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
8286681: ShenandoahControlThread::request_gc misses the case of GCCause::_codecache_GC_threshold
Reviewed-by: zgu
-------------
PR: https://git.openjdk.java.net/jdk/pull/8691
More information about the hotspot-gc-dev
mailing list