8278137: JFR: PrettyWriter uses incorrect year specifier
Reviewed-by: egahlin
This commit is contained in:
parent
f7237793ff
commit
53a4342783
@ -59,7 +59,7 @@ import jdk.jfr.internal.Utils;
|
|||||||
*/
|
*/
|
||||||
public final class PrettyWriter extends EventPrintWriter {
|
public final class PrettyWriter extends EventPrintWriter {
|
||||||
private static final String TYPE_OLD_OBJECT = Type.TYPES_PREFIX + "OldObject";
|
private static final String TYPE_OLD_OBJECT = Type.TYPES_PREFIX + "OldObject";
|
||||||
private static final DateTimeFormatter TIME_FORMAT = DateTimeFormatter.ofPattern("HH:mm:ss.SSS (YYYY-MM-dd)");
|
private static final DateTimeFormatter TIME_FORMAT = DateTimeFormatter.ofPattern("HH:mm:ss.SSS (yyyy-MM-dd)");
|
||||||
private static final Long ZERO = 0L;
|
private static final Long ZERO = 0L;
|
||||||
private boolean showIds;
|
private boolean showIds;
|
||||||
private RecordedEvent currentEvent;
|
private RecordedEvent currentEvent;
|
||||||
|
Loading…
Reference in New Issue
Block a user