Skip to content

Commit 9d101b2

Browse files
author
SendaoYan
committed
8349200: [JMH] time.format.ZonedDateTimeFormatterBenchmark fails
Backport-of: a51e6699b497564de65620a36dc38437ca87cb32
1 parent 1eed4ba commit 9d101b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/micro/org/openjdk/bench/java/time/format/ZonedDateTimeFormatterBenchmark.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -40,7 +40,7 @@ public class ZonedDateTimeFormatterBenchmark {
4040
private static final DateTimeFormatter df = new DateTimeFormatterBuilder()
4141
.appendPattern("yyyy:MM:dd:HH:mm:v")
4242
.toFormatter();
43-
private static final String TEXT = "2015:03:10:12:13:ECT";
43+
private static final String TEXT = "2015:03:10:12:13:PST";
4444

4545
@Setup
4646
public void setUp() {

0 commit comments

Comments
 (0)