Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
8de6298
8379630: Add JMH benchmark to measure the overhead of using captured …
Arraying May 7, 2026
64124b5
8383910: klass_or_null_acquire asserts on null when using compact obj…
stefank May 7, 2026
af9ed6c
8382881: Swap min/max values and avoid equals min/max values in MinMa…
galderz May 7, 2026
c2b9ffe
8227106: Rename InitiatingHeapOccupancyPercent to G1IHOP and make G1I…
lkorinth May 7, 2026
6e90f37
8383848: [PPC64] Remove outdated comments for old versions of PPC
dbriemann May 7, 2026
c5b9e4d
8383914: [PPC] cleanup dtrace leftovers
dbriemann May 7, 2026
05efe28
8383909: Unused ThreadDumper.BoundedByteArrayOutputStream.write(int b…
benjaminp May 7, 2026
253df3a
8383912: Deduplicate klass fetching and decoding in oopDesc
stefank May 7, 2026
a6d763a
8383172: Create AbstractLRUReferencePolicy base class
xmas92 May 7, 2026
c833dc0
8379396: "assert(offset + partition_size <= size()) failed: partition…
May 7, 2026
d81632a
8384098: Fix typo in "elasped_time" in Universe::log_cpu_time()
May 7, 2026
a2e2719
8383630: Fix iteration in tests doing class redefinition
GoeLin May 7, 2026
ffc16bd
8364121: DES[ede]KeySpec do not consistently check for valid parameters
smemery May 7, 2026
f5aae68
8369455: XAWT: List.getSelectedItem may throw ArrayIndexOutOfBoundsEx…
mrserb May 7, 2026
8ae19e1
8366478: BigDecimal roots
fabioromano1 May 7, 2026
2e0c8ca
8383611: assert(count == os::processor_count() + 1) failed: invalid e…
raneashay May 8, 2026
54146ad
8383262: Implement optimized `aarch64_get_thread_helper()` for Window…
raneashay May 8, 2026
a6bd64b
8376811: Implement JEP 531: Lazy Constants (Third Preview)
minborg May 8, 2026
e06eb8d
8384072: Problem list runtime/Thread/TestAlwaysPreTouchStacks.java
Arraying May 8, 2026
0fe720b
8383485: [S390X] Add patching support for LIR_Assembler::leal
Harshit470250 May 8, 2026
88ac00a
8384097: G1: G1ConcurrentMarkThread::total_mark_cpu_time_s adds toget…
May 8, 2026
18d0d27
8382035: [ubsan] Under UBSAN builds, disable tests that rely on simul…
MBaesken May 8, 2026
84afc28
8384089: Correctly catch invalid uses of StubCodeMark
adinn May 8, 2026
0b0a5a7
8381843: FileDialog:setFile() specification needs to be enhanced w.r.…
prrace May 8, 2026
83cd984
8383861: Shenandoah: Use int[] as filling class for compressed oop ar…
May 8, 2026
3c1af6b
8382880: C2: Remove unused Final_Reshape_Counts::get_*_count() methods
dev-jonghoonpark May 8, 2026
c35c325
8313713: Allow CompileCommand flag to specify compilation level
May 10, 2026
5caa357
8381364: Update the java tool specification for CompileCommand compil…
May 10, 2026
840154d
8373839: Disable JVM TI suspension during JNI critical regions
May 11, 2026
f9d1ab7
8381257: [s390x] deoptimization stub should save vector registers
offamitkumar May 11, 2026
211b414
8381403: @Deprecated annotation has no effect warnings on record comp…
dbalek May 11, 2026
7c5d6c8
8384145: Use the default collector in JDK builds
May 11, 2026
54029b0
8334617: Build always compiles gtest depending on Serial GC, failing …
May 11, 2026
83bf738
8383868: Separate resourcehogs tests from hotspot_misc
jsikstro May 11, 2026
8b7c364
8383864: G1: Separate worker-local refinement data from shared concur…
albertnetymk May 11, 2026
6afb11c
8382777: PrintMethodData not showing BranchData
galderz May 11, 2026
a81d029
8384164: JFR: Omit command-line arguments for jdk.SystemProcess
egahlin May 11, 2026
f60cf58
8384143: ZGC: Add minor performance improvment to oop iteration durin…
stefank May 11, 2026
86370ba
8381997: Move markWord.hpp cleanups from the valhalla lworld branch
stefank May 11, 2026
aedcac9
8384158: GHA: Downgrade Windows GHA runners to windows-2022 temporarily
shipilev May 11, 2026
d204824
8383813: pkcs12 keystore fails to load because of incorrect DER lengt…
May 11, 2026
93a3d4a
8384281: [BACKOUT] C2: Deep recursion with cmovP_regNode::bottom_type
TheRealMDoerr May 11, 2026
1625a8b
8380904: Test java/lang/StringBuilder/HugeCapacity.java asserts durin…
May 11, 2026
13171d1
8384043: [REDO] Incorrect handling of Hawaii_Aleutian metazone
naotoj May 11, 2026
f20f287
8384209: Remove AppContext from AWT Shutdown implementation
prrace May 11, 2026
7a280f6
8384206: Remove AppContext from java.awt.Container
prrace May 11, 2026
0ac91cd
8384215: Remove AppContext from unix/classes/sun/awt/X11/XWindow.java
prrace May 11, 2026
2cb139b
8384100: UNSIGNED5::Reader::try_skip() is missing a terminating condi…
May 11, 2026
c553e75
8384278: Potential deadlock after JDK-8373839
May 11, 2026
42a318b
8380025: C2: Missed Value() optimization opportunity in CCP with LoadUB
May 11, 2026
975e209
8380794: AttributedString performance
May 11, 2026
776bb72
8384223: RISC-V: entry_barrier_offset should consider UseZtso
DingliZhang May 12, 2026
7ff7efd
8358521: Optimize vector operations by reassociating broadcasted inputs
May 12, 2026
bbd5f6d
8384085: Make os::Bsd::dlopen_helper private, and drop unused arg
May 12, 2026
4edfc38
8377070: Update jimage format to support classes compiled with previe…
May 12, 2026
a72fb74
8384274: Shenandoah: GC checks in C1 LRB clobber fastpath result
shipilev May 12, 2026
9255eb2
8384080: Shenandoah: Simplify C1 CAS barriers
shipilev May 12, 2026
1ec74dc
8384235: javac crashes with AssertionError: Cannot add metadata to a …
dbalek May 12, 2026
bcbde75
8372044: Implementation Review Based on ML-KEM Security Considerations
ferakocz May 12, 2026
b32585a
8384441: Problemlist compiler/vectorapi/TestVectorLongToMaskNodeIdeal…
mhaessig May 12, 2026
a2ea276
8381644: Locale matching APIs should describe `null` element behavior
May 12, 2026
4fc26e3
8384208: Remove AppContext from java.awt.Taskbar
prrace May 12, 2026
969b3fd
8373065: Test sun/awt/image/bug8038000.java failed: Pixels differ
prrace May 12, 2026
69d8c39
8374397: test/hotspot/jtreg/gc/shenandoah/options/TestPassiveModeWith…
May 13, 2026
6e0008b
8372351: Add 2 WISeKey roots
May 13, 2026
d073676
8310138: Socket.isInputShutdown and isOutputShutdown don't specify wh…
jaikiran May 13, 2026
05684db
8384163: (so) SocketChannel.connect and finishConnect() exception mes…
MBaesken May 13, 2026
cbda531
8376885: StressGetTotalGcCpuTimeDuringShutdown.java intermittently ti…
May 13, 2026
81442e1
8380080: PopFrame logic assumes trailing member name arg is recoverab…
toxaart May 13, 2026
d7e0517
8383769: compiler/c2/TestDependsOnTestSqrtHFAssertion.java timed out
anton-seoane May 13, 2026
666b94d
8230518: printSource doesn't handle enums correctly
dbalek May 13, 2026
759dce1
8384505: Account for all jtreg-based frames in stack walk test
sormuras May 13, 2026
dda92b9
8382397: Make lint category property declaration more straightforward
liach May 13, 2026
57eb91d
8382877: Heap pollution warning points to first parameter instead of …
archiecobbs May 13, 2026
bdc277d
8371842: Update CLDR to Version 48.2
naotoj May 13, 2026
aa29f79
8298098: Remove SCCS id's from hotspot tests
shivshah-oracle May 13, 2026
9be6e77
8384381: Remove AppContext from java.awt.EventQueue implementation
prrace May 13, 2026
f59ee5a
8248122: java launcher should launch normally if JavaFX modules not f…
May 13, 2026
322dedb
8383881: Cleanup cpu feature enums and test functions for features th…
May 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ on:
platform:
required: true
type: string
runs-on:
required: true
type: string
extra-conf-options:
required: false
type: string
Expand Down Expand Up @@ -67,7 +70,7 @@ env:
jobs:
build-windows:
name: build
runs-on: windows-2025
runs-on: ${{ inputs.runs-on }}
defaults:
run:
shell: bash
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ jobs:
uses: ./.github/workflows/build-windows.yml
with:
platform: windows-x64
runs-on: windows-2022
msvc-toolset-version: '14.44'
msvc-toolset-architecture: 'x86.x64'
configure-arguments: ${{ github.event.inputs.configure-arguments }}
Expand All @@ -366,6 +367,7 @@ jobs:
uses: ./.github/workflows/build-windows.yml
with:
platform: windows-aarch64
runs-on: windows-2022
msvc-toolset-version: '14.44'
msvc-toolset-architecture: 'arm64'
make-target: 'hotspot'
Expand Down Expand Up @@ -446,6 +448,6 @@ jobs:
with:
platform: windows-x64
bootjdk-platform: windows-x64
runs-on: windows-2025
runs-on: windows-2022
dry-run: ${{ needs.prepare.outputs.dry-run == 'true' }}
debug-suffix: -debug
4 changes: 2 additions & 2 deletions make/RunTestsPrebuiltSpec.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2017, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2017, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -64,7 +64,7 @@ TEST_JOBS ?= 0
# Use hard-coded values for java flags (one size, fits all!)
JAVA_FLAGS := -Duser.language=en -Duser.country=US
JAVA_FLAGS_BIG := -Xms64M -Xmx2048M
JAVA_FLAGS_SMALL := -XX:+UseSerialGC -Xms32M -Xmx512M -XX:TieredStopAtLevel=1
JAVA_FLAGS_SMALL := -Xms32M -Xmx512M -XX:TieredStopAtLevel=1
BUILDJDK_JAVA_FLAGS_SMALL := -Xms32M -Xmx512M -XX:TieredStopAtLevel=1
BUILD_JAVA_FLAGS := $(JAVA_FLAGS_BIG)

Expand Down
6 changes: 1 addition & 5 deletions make/autoconf/boot-jdk.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2011, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -481,8 +481,6 @@ AC_DEFUN_ONCE([BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS],

AC_MSG_CHECKING([flags for boot jdk java command for small workloads])

# Use serial gc for small short lived tools if possible
UTIL_ADD_JVM_ARG_IF_OK([-XX:+UseSerialGC],boot_jdk_jvmargs_small,[$JAVA])
UTIL_ADD_JVM_ARG_IF_OK([-Xms32M],boot_jdk_jvmargs_small,[$JAVA])
UTIL_ADD_JVM_ARG_IF_OK([-Xmx512M],boot_jdk_jvmargs_small,[$JAVA])
UTIL_ADD_JVM_ARG_IF_OK([-XX:TieredStopAtLevel=1],boot_jdk_jvmargs_small,[$JAVA])
Expand All @@ -492,8 +490,6 @@ AC_DEFUN_ONCE([BOOTJDK_SETUP_BOOT_JDK_ARGUMENTS],
JAVA_FLAGS_SMALL=$boot_jdk_jvmargs_small
AC_SUBST(JAVA_FLAGS_SMALL)

# Don't presuppose SerialGC is present in the buildjdk. Also, we cannot test
# the buildjdk, but on the other hand we know what it will support.
BUILD_JAVA_FLAGS_SMALL="-Xms32M -Xmx512M -XX:TieredStopAtLevel=1"
AC_SUBST(BUILD_JAVA_FLAGS_SMALL)

Expand Down
14 changes: 12 additions & 2 deletions make/data/cldr/common/dtd/ldml.dtd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright © 1991-2025 Unicode, Inc.
Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down Expand Up @@ -454,7 +454,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic

<!-- ######################################################### -->

<!ELEMENT characters ( alias | ( exemplarCharacters*, ellipsis*, moreInformation*, stopwords*, indexLabels*, mapping*, parseLenients*, special* ) ) >
<!ELEMENT characters ( alias | ( exemplarCharacters*, ellipsis*, nestedBracketReplacement*, moreInformation*, stopwords*, indexLabels*, mapping*, parseLenients*, special* ) ) >
<!ATTLIST characters draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >
<!--@METADATA-->
<!--@DEPRECATED-->
Expand Down Expand Up @@ -493,6 +493,16 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<!ATTLIST ellipsis references CDATA #IMPLIED >
<!--@METADATA-->

<!ELEMENT nestedBracketReplacement ( #PCDATA ) >
<!ATTLIST nestedBracketReplacement bracket CDATA #REQUIRED >
<!--@MATCH:any-->
<!ATTLIST nestedBracketReplacement alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
<!ATTLIST nestedBracketReplacement draft (approved | contributed | provisional | unconfirmed) #IMPLIED >
<!--@METADATA-->
<!ATTLIST nestedBracketReplacement references CDATA #IMPLIED >
<!--@METADATA-->

<!ELEMENT moreInformation ( #PCDATA ) >
<!ATTLIST moreInformation alt NMTOKENS #IMPLIED >
<!--@MATCH:literal/variant-->
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/aa.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/aa_DJ.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/aa_ER.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/aa_ET.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ab.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ab_GE.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/af.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/af_NA.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/af_ZA.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/agq.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/agq_CM.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
4 changes: 2 additions & 2 deletions make/data/cldr/common/main/ak.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down Expand Up @@ -583,7 +583,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<type key="collation" type="standard">Nyiyie Kwan Susudua</type>
<type key="collation" type="standard" scope="core">Susudua</type>
<type key="hc" type="h11">Nnɔnhwere 12 Sestɛm (0–11)</type>
<type key="hc" type="h12">Nnɔnhwere 12 Sestɛm (1–12</type>
<type key="hc" type="h12">Nnɔnhwere 12 Sestɛm (1–12)</type>
<type key="hc" type="h23">Nnɔnhwere 24 Sestɛm (0–23)</type>
<type key="hc" type="h24">Nnɔnhwere 24 Sestɛm (0–24)</type>
<type key="lb" type="loose">Line Break Nhyehyɛeɛ a Emu Yɛ Mmrɛ</type>
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ak_GH.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
4 changes: 3 additions & 1 deletion make/data/cldr/common/main/am.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down Expand Up @@ -1261,6 +1261,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<dateFormatItem id="GyMMMd">MMM d፣ y G</dateFormatItem>
<dateFormatItem id="GyMMMEd">E MMM d፣ y G</dateFormatItem>
<dateFormatItem id="H">H</dateFormatItem>
<dateFormatItem id="Hv">H v</dateFormatItem>
<dateFormatItem id="Md">M/d</dateFormatItem>
<dateFormatItem id="MEd">E፣ M/d</dateFormatItem>
<dateFormatItem id="MMMEd">E፣ MMM d</dateFormatItem>
Expand Down Expand Up @@ -1594,6 +1595,7 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/
<dateFormatItem id="hm">a h:mm</dateFormatItem>
<dateFormatItem id="hms">a h:mm:ss</dateFormatItem>
<dateFormatItem id="hv">a h v</dateFormatItem>
<dateFormatItem id="Hv">H v</dateFormatItem>
<dateFormatItem id="Md">d/M</dateFormatItem>
<dateFormatItem id="MEd">E፣ d/M</dateFormatItem>
<dateFormatItem id="MMMEd">E፣ MMM d</dateFormatItem>
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/am_ET.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/an.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/an_ES.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ann.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ann_NG.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/apc.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/apc_SY.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_001.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_AE.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_BH.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_DJ.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_DZ.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_EG.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_EH.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_ER.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_IL.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
2 changes: 1 addition & 1 deletion make/data/cldr/common/main/ar_IQ.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!-- Copyright © 1991-2025 Unicode, Inc.
<!-- Copyright © 1991-2026 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
Loading
Loading