mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-20 12:53:29 +00:00
8362097: JFR: Active Settings view broken
Reviewed-by: mgronlun
This commit is contained in:
parent
0acd065bf5
commit
25e509b0db
@ -39,8 +39,7 @@ label = "Active Settings"
|
||||
table = "COLUMN 'Event Type', 'Enabled', 'Threshold',
|
||||
'Stack Trace','Period','Cutoff', 'Throttle'
|
||||
FORMAT none, missing:whitespace, missing:whitespace, missing:whitespace,
|
||||
missing:whitespace, missing:whitespace, missing:whitespace,
|
||||
missing:whitespace
|
||||
missing:whitespace, missing:whitespace, missing:whitespace
|
||||
SELECT E.id, LAST_BATCH(E.value), LAST_BATCH(T.value),
|
||||
LAST_BATCH(S.value), LAST_BATCH(P.value),
|
||||
LAST_BATCH(C.value), LAST_BATCH(U.value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user