Integrated: 8259808: Add JFR event to detect GC locker stall
Denghui Dong
ddong at openjdk.java.net
Wed Jan 27 15:31:46 UTC 2021
On Fri, 15 Jan 2021 02:42:20 GMT, Denghui Dong <ddong at openjdk.org> wrote:
> GC locker will stall the operation of GC, resulting in some Java threads can not continue to run until GC locker is released, thus affecting the response time of the application. Add a JFR event to report this information is helpful to detect this issue.
>
> For the test purpose, I add two Whitebox methods to lock/unlock critical.
This pull request has now been integrated.
Changeset: 311a0a91
Author: Denghui Dong <ddong at openjdk.org>
Committer: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/311a0a91
Stats: 224 lines in 10 files changed: 224 ins; 0 del; 0 mod
8259808: Add JFR event to detect GC locker stall
Reviewed-by: sjohanss, tschatzl, egahlin
-------------
PR: https://git.openjdk.java.net/jdk/pull/2088
More information about the hotspot-jfr-dev
mailing list