Skip to content

Commit b57925e

Browse files
[GR-50171] Merge in tag jdk-22+24.
PullRequest: labsjdk-ce/35
2 parents a03e440 + 547a9cf commit b57925e

File tree

968 files changed

+143650
-536015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

968 files changed

+143650
-536015
lines changed

.github/workflows/build-cross-compile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ jobs:
100100
with:
101101
platform: linux-x64
102102

103+
- name: 'Get GTest'
104+
id: gtest
105+
uses: ./.github/actions/get-gtest
106+
103107
# Upgrading apt to solve libc6 installation bugs, see JDK-8260460.
104108
- name: 'Install toolchain and dependencies'
105109
run: |
@@ -155,6 +159,7 @@ jobs:
155159
--with-conf-name=linux-${{ matrix.target-cpu }}
156160
--with-version-opt=${GITHUB_ACTOR}-${GITHUB_SHA}
157161
--with-boot-jdk=${{ steps.bootjdk.outputs.path }}
162+
--with-gtest=${{ steps.gtest.outputs.path }}
158163
--with-zlib=system
159164
--enable-debug
160165
--disable-precompiled-headers

ci.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
7474
},
7575
packages+: if for_jdk_build then {
7676
# devkit_platform_revisions in make/conf/jib-profiles.js
77-
"devkit:gcc11.2.0-OL6.4+1" : "==0"
77+
"devkit:gcc13.2.0-OL6.4+1" : "==0"
7878
} else {
7979
# When building/testing GraalVM, do not use a devkit as it is known not to
8080
# work well when dynamically linking libstdc++.
@@ -84,7 +84,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
8484
LinuxAArch64(for_jdk_build):: self.Linux + self.AArch64 {
8585
packages+: if for_jdk_build then {
8686
# devkit_platform_revisions in make/conf/jib-profiles.js
87-
"devkit:gcc11.2.0-OL7.6+1" : "==0"
87+
"devkit:gcc13.2.0-OL7.6+1" : "==0"
8888
} else {
8989
# See GR-26071 as well as comment in self.LinuxAMD64
9090
devtoolset: "==7"
@@ -243,7 +243,7 @@ local contains(str, needle) = std.findSubstr(needle, str) != [];
243243
# Downstream Graal branch to test against. If you change this value to anything but
244244
# "master", you must create an ol-jira issue to change it back to master once the
245245
# next JVMCI release has been made. Add the issue id as a comment here.
246-
local downstream_branch = "labsjdk/automation-11-9-2023-7858",
246+
local downstream_branch = "labsjdk/automation-11-16-2023-5271",
247247

248248
local clone_graal(defs) = {
249249
# Checkout the graal-enterprise repo to the "_gate" version of the

doc/building.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ <h2 id="native-compiler-toolchain-requirements">Native Compiler
540540
<tbody>
541541
<tr class="odd">
542542
<td>Linux</td>
543-
<td>gcc 11.2.0</td>
543+
<td>gcc 13.2.0</td>
544544
</tr>
545545
<tr class="even">
546546
<td>macOS</td>
@@ -561,7 +561,7 @@ <h3 id="gcc">gcc</h3>
561561
generate a warning by <code>configure</code> and are unlikely to
562562
work.</p>
563563
<p>The JDK is currently known to be able to compile with at least
564-
version 11.2 of gcc.</p>
564+
version 13.2 of gcc.</p>
565565
<p>In general, any version between these two should be usable.</p>
566566
<h3 id="clang">clang</h3>
567567
<p>The minimum accepted version of clang is 3.5. Older versions will not

doc/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ issues.
336336

337337
| Operating system | Toolchain version |
338338
| ------------------ | ------------------------------------------- |
339-
| Linux | gcc 11.2.0 |
339+
| Linux | gcc 13.2.0 |
340340
| macOS | Apple Xcode 14.3.1 (using clang 14.0.3) |
341341
| Windows | Microsoft Visual Studio 2022 version 17.6.5 |
342342

@@ -350,7 +350,7 @@ features that it does support.
350350
The minimum accepted version of gcc is 5.0. Older versions will generate a warning
351351
by `configure` and are unlikely to work.
352352

353-
The JDK is currently known to be able to compile with at least version 11.2 of
353+
The JDK is currently known to be able to compile with at least version 13.2 of
354354
gcc.
355355

356356
In general, any version between these two should be usable.

make/conf/jib-profiles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,10 +1094,10 @@ var getJibProfilesProfiles = function (input, common, data) {
10941094
var getJibProfilesDependencies = function (input, common) {
10951095

10961096
var devkit_platform_revisions = {
1097-
linux_x64: "gcc11.2.0-OL6.4+1.0",
1097+
linux_x64: "gcc13.2.0-OL6.4+1.0",
10981098
macosx: "Xcode14.3.1+1.0",
10991099
windows_x64: "VS2022-17.6.5+1.0",
1100-
linux_aarch64: input.build_cpu == "x64" ? "gcc11.2.0-OL7.6+1.1" : "gcc11.2.0-OL7.6+1.0",
1100+
linux_aarch64: "gcc13.2.0-OL7.6+1.0",
11011101
linux_arm: "gcc8.2.0-Fedora27+1.0",
11021102
linux_ppc64le: "gcc8.2.0-Fedora27+1.0",
11031103
linux_s390x: "gcc8.2.0-Fedora27+1.0",

make/data/cldr/LICENSE.txt

Lines changed: 32 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,39 @@
1-
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
1+
UNICODE LICENSE V3
22

3-
See Terms of Use for definitions of Unicode Inc.'s
4-
Data Files and Software.
3+
COPYRIGHT AND PERMISSION NOTICE
54

6-
NOTICE TO USER: Carefully read the following legal agreement.
7-
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
8-
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
9-
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
10-
TERMS AND CONDITIONS OF THIS AGREEMENT.
11-
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
12-
THE DATA FILES OR SOFTWARE.
5+
Copyright © 2019-2023 Unicode, Inc.
136

14-
COPYRIGHT AND PERMISSION NOTICE
7+
NOTICE TO USER: Carefully read the following legal agreement. BY
8+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
9+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
10+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
11+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
1512

16-
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
17-
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
13+
Permission is hereby granted, free of charge, to any person obtaining a
14+
copy of data files and any associated documentation (the "Data Files") or
15+
software and any associated documentation (the "Software") to deal in the
16+
Data Files or Software without restriction, including without limitation
17+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
18+
copies of the Data Files or Software, and to permit persons to whom the
19+
Data Files or Software are furnished to do so, provided that either (a)
20+
this copyright and permission notice appear with all copies of the Data
21+
Files or Software, or (b) this copyright and permission notice appear in
22+
associated Documentation.
1823

19-
Permission is hereby granted, free of charge, to any person obtaining
20-
a copy of the Unicode data files and any associated documentation
21-
(the "Data Files") or Unicode software and any associated documentation
22-
(the "Software") to deal in the Data Files or Software
23-
without restriction, including without limitation the rights to use,
24-
copy, modify, merge, publish, distribute, and/or sell copies of
25-
the Data Files or Software, and to permit persons to whom the Data Files
26-
or Software are furnished to do so, provided that either
27-
(a) this copyright and permission notice appear with all copies
28-
of the Data Files or Software, or
29-
(b) this copyright and permission notice appear in associated
30-
Documentation.
24+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
25+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
27+
THIRD PARTY RIGHTS.
3128

32-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
33-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
34-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35-
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
36-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
37-
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
38-
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
39-
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
40-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
41-
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
29+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
30+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
31+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
32+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
33+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
34+
FILES OR SOFTWARE.
4235

43-
Except as contained in this notice, the name of a copyright holder
44-
shall not be used in advertising or otherwise to promote the sale,
45-
use or other dealings in these Data Files or Software without prior
46-
written authorization of the copyright holder.
36+
Except as contained in this notice, the name of a copyright holder shall
37+
not be used in advertising or otherwise to promote the sale, use or other
38+
dealings in these Data Files or Software without prior written
39+
authorization of the copyright holder.

make/data/cldr/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CLDR - Unicode Common Locale Data Repository
22
http://cldr.unicode.org
33

4-
CLDR version installed: 43
4+
CLDR version installed: 44

make/data/cldr/common/bcp47/calendar.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ For terms of use, see http://www.unicode.org/copyright.html
1919
<type name="gregory" description="Gregorian calendar" alias="gregorian"/>
2020
<type name="hebrew" description="Traditional Hebrew calendar"/>
2121
<type name="indian" description="Indian calendar"/>
22-
<type name="islamic" description="Islamic calendar"/>
23-
<type name="islamic-umalqura" description="Islamic calendar, Umm al-Qura" since="24"/>
24-
<type name="islamic-tbla" description="Islamic calendar, tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29] - astronomical epoch)" since="24"/>
25-
<type name="islamic-civil" description="Islamic calendar, tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29] - civil epoch)" since="24"/>
26-
<type name="islamic-rgsa" description="Islamic calendar, Saudi Arabia sighting" since="24"/>
22+
<type name="islamic" description="Hijri calendar"/>
23+
<type name="islamic-umalqura" description="Hijri calendar, Umm al-Qura" since="24"/>
24+
<type name="islamic-tbla" description="Hijri calendar, tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29] - astronomical epoch)" since="24"/>
25+
<type name="islamic-civil" description="Hijri calendar, tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29] - civil epoch)" since="24"/>
26+
<type name="islamic-rgsa" description="Hijri calendar, Saudi Arabia sighting" since="24"/>
2727
<type name="iso8601" description="ISO calendar (Gregorian calendar using the ISO 8601 calendar week rules)" since="2.0"/>
2828
<type name="japanese" description="Japanese Imperial calendar"/>
2929
<type name="persian" description="Persian calendar"/>

0 commit comments

Comments
 (0)