Skip to content

Commit 025721a

Browse files
author
duke
committedOct 7, 2021
Automatic merge of master into stats-before-this-super
2 parents 270d945 + 8de7763 commit 025721a

File tree

362 files changed

+5905
-4668
lines changed

Some content is hidden

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

362 files changed

+5905
-4668
lines changed
 

‎make/conf/jib-profiles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ var getJibProfilesProfiles = function (input, common, data) {
633633
// Bootcycle profiles runs the build with itself as the boot jdk. This can
634634
// be done in two ways. Either using the builtin bootcycle target in the
635635
// build system. Or by supplying the main jdk build as bootjdk to configure.
636-
[ "linux-x64", "macosx-x64", "windows-x64" ]
636+
[ "linux-x64", "macosx-x64", "windows-x64", "linux-aarch64" ]
637637
.forEach(function (name) {
638638
var bootcycleName = name + "-bootcycle";
639639
var bootcyclePrebuiltName = name + "-bootcycle-prebuilt";

‎make/data/currency/CurrencyData.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ formatVersion=3
3232
# Version of the currency code information in this class.
3333
# It is a serial number that accompanies with each amendment.
3434

35-
dataVersion=169
35+
dataVersion=170
3636

3737
# List of all valid ISO 4217 currency codes.
3838
# To ensure compatibility, do not remove codes.
@@ -54,7 +54,7 @@ all=ADP020-AED784-AFA004-AFN971-ALL008-AMD051-ANG532-AOA973-ARS032-ATS040-AUD036
5454
SBD090-SCR690-SDD736-SDG938-SEK752-SGD702-SHP654-SIT705-SKK703-SLL694-SOS706-\
5555
SRD968-SRG740-SSP728-STD678-STN930-SVC222-SYP760-SZL748-THB764-TJS972-TMM795-TMT934-TND788-TOP776-\
5656
TPE626-TRL792-TRY949-TTD780-TWD901-TZS834-UAH980-UGX800-USD840-USN997-USS998-UYI940-\
57-
UYU858-UZS860-VEB862-VEF937-VES928-VND704-VUV548-WST882-XAF950-XAG961-XAU959-XBA955-\
57+
UYU858-UZS860-VEB862-VED926-VEF937-VES928-VND704-VUV548-WST882-XAF950-XAG961-XAU959-XBA955-\
5858
XBB956-XBC957-XBD958-XCD951-XDR960-XFO000-XFU000-XOF952-XPD964-XPF953-\
5959
XPT962-XSU994-XTS963-XUA965-XXX999-YER886-YUM891-ZAR710-ZMK894-ZMW967-ZWD716-ZWL932-\
6060
ZWN942-ZWR935

0 commit comments

Comments
 (0)