mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8331876: JFR: Move file read and write events to java.base
Reviewed-by: mgronlun, alanb
This commit is contained in:
parent
f608918df3
commit
4a20691e9b
20 changed files with 551 additions and 662 deletions
|
@ -120,7 +120,8 @@ public class Throwable implements Serializable {
|
|||
private static final long serialVersionUID = -3042686055658047285L;
|
||||
|
||||
/**
|
||||
* Flag that determines if exceptions should be traced by JFR
|
||||
* Flag set by jdk.internal.event.JFRTracing to indicate if
|
||||
* exceptions should be traced by JFR.
|
||||
*/
|
||||
static volatile boolean jfrTracing;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue