Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge remote-tracking branch 'upstream/master' into dragonwell #631

Merged
merged 44 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0464401
8320713: Bump update version of OpenJDK: 8u412
gnu-andrew Nov 27, 2023
3b9c787
8208655: use JTreg skipped status in hotspot tests
gnu-andrew Nov 28, 2023
b2655a7
8297955: LDAP CertStore should use LdapName and not String for DNs
gnu-andrew Nov 28, 2023
2f81fb4
8251551: Use .md filename extension for README
zzambers Nov 28, 2023
a226a47
8312126: NullPointerException in CertStore.getCRLs after 8297955
gnu-andrew Nov 28, 2023
8cf7c96
8021961: setAlwaysOnTop doesn't behave correctly in Linux/Solaris und…
kurashige23 Nov 29, 2023
b05e679
8222323: ChildAlwaysOnTopTest.java fails with "RuntimeException: Fail…
kurashige23 Nov 29, 2023
b610be3
8308592: Framework for CA interoperability testing
gnu-andrew Dec 2, 2023
74a3ddd
8315757: [8u] Add cacerts JTREG tests to GHA tier1 test set
jerboaa Dec 5, 2023
3db93fc
8301310: The SendRawSysexMessage test may cause a JVM crash
mrserb Dec 8, 2023
fc8c400
8317373: Add Telia Root CA v2
jerboaa Dec 11, 2023
4d1c3a6
8317374: Add Let's Encrypt ISRG Root X2
jerboaa Dec 11, 2023
7098ac7
8318759: Add four DigiCert root certificates
jerboaa Dec 11, 2023
31162fb
8319187: Add three eMudhra emSign roots
jerboaa Dec 13, 2023
2131e40
8302017: Allocate BadPaddingException only if it will be thrown
Dec 15, 2023
a645ef4
8320597: RSA signature verification fails on signed data that does no…
Dec 16, 2023
d898d40
Merge
gnu-andrew Dec 18, 2023
552c686
Merge
gnu-andrew Jan 18, 2024
4a69ad2
8324184: Windows VS2010 build failed with "error C2275: 'int64_t'"
gnu-andrew Jan 31, 2024
474c8c1
8192931: Regression test java/awt/font/TextLayout/CombiningPerf.java …
mrserb Feb 6, 2024
15e2c0b
8322725: (tz) Update Timezone Data to 2023d
Feb 6, 2024
f4f45e3
8321060: [8u] hotspot needs to recognise VS2022
mrserb Feb 7, 2024
818c53e
8315042: NPE in PKCS7.parseOldSignedData
mrserb Feb 8, 2024
cfed45d
8155590: Dubious collection management in sun.net.www.http.KeepAliveC…
Feb 8, 2024
abb4975
8011180: Delete obsolete scripts
zzambers Feb 12, 2024
3dc011b
8323202: [8u] Remove get_source.sh and hgforest.sh
zzambers Feb 12, 2024
dce5300
8168518: rcache interop with krb5-1.15
Feb 15, 2024
9aabf22
8270517: Add Zero support for LoongArch
xiangzhai Feb 17, 2024
e926edc
8276139: TestJpsHostName.java not reliable, better to expand HostIden…
yaqsun Feb 19, 2024
9bd600c
8079441: Intermittent failures on Windows with "Unexpected exit from …
fthevenet Feb 20, 2024
ae516a3
8074860: Structured Exception Catcher missing around CreateJavaVM on …
fthevenet Feb 21, 2024
b7bda28
8325150: (tz) Update Timezone Data to 2024a
Feb 21, 2024
a37b856
8016451: Scary messages emitted by build.tools.generatenimbus.Painter…
fthevenet Feb 22, 2024
53e0826
8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker…
Feb 22, 2024
5e70a86
8324530: Build error with gcc 10
tstuefe Feb 22, 2024
824dbfb
8186199: [windows] JNI_DestroyJavaVM not covered by SEH
fthevenet Feb 22, 2024
78c0afa
8322750: Test "api/java_awt/interactive/SystemTrayTests.html" failed …
mrserb Mar 7, 2024
04ccdbf
8321408: Add Certainly roots R1 and E1
gnu-andrew Mar 22, 2024
54419d4
8318340: Improve RSA key implementations
Feb 5, 2024
ce255d6
8319851: Improve exception logging
martinuy Feb 21, 2024
2ffb900
8322114: Improve Pack 200 handling
martinuy Mar 7, 2024
97be547
8322122: Enhance generation of addresses
martinuy Feb 9, 2024
43cb875
8317507: C2 compilation fails with "Exceeded _node_regs array"
martinuy Mar 27, 2024
23504ff
Merge remote-tracking branch 'upstream/master' into dragonwell
Accelerator1996 Apr 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .jcheck/conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
project=jdk8u
jbs=JDK
version=openjdk8u402
version=openjdk8u412

[checks]
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace
Expand Down
10 changes: 0 additions & 10 deletions README

This file was deleted.

9 changes: 9 additions & 0 deletions common/autoconf/build-aux/config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,13 @@ if [ "x$OUT" = x ]; then
fi
fi

# Test and fix LoongArch64.
if [ "x$OUT" = x ]; then
if [ `uname -s` = Linux ]; then
if [ `uname -m` = loongarch64 ]; then
OUT=loongarch64-unknown-linux-gnu
fi
fi
fi

echo $OUT
28 changes: 26 additions & 2 deletions common/autoconf/generated-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
Expand Down Expand Up @@ -1262,6 +1263,7 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
Expand Down Expand Up @@ -1514,6 +1516,15 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;

-runstatedir | --runstatedir | --runstatedi | --runstated \
| --runstate | --runstat | --runsta | --runst | --runs \
| --run | --ru | --r)
ac_prev=runstatedir ;;
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
| --run=* | --ru=* | --r=*)
runstatedir=$ac_optarg ;;

-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
Expand Down Expand Up @@ -1651,7 +1662,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
libdir localedir mandir
libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
Expand Down Expand Up @@ -1804,6 +1815,7 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
Expand Down Expand Up @@ -4428,7 +4440,7 @@ VS_TOOLSET_SUPPORTED_2022=true
#CUSTOM_AUTOCONF_INCLUDE

# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1694011184
DATE_WHEN_GENERATED=1704508692

###############################################################################
#
Expand Down Expand Up @@ -13918,6 +13930,12 @@ test -n "$target_alias" &&
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=big
;;
loongarch64)
VAR_CPU=loongarch64
VAR_CPU_ARCH=loongarch
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=little
;;
*)
as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5
;;
Expand Down Expand Up @@ -14056,6 +14074,12 @@ $as_echo "$OPENJDK_BUILD_OS-$OPENJDK_BUILD_CPU" >&6; }
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=big
;;
loongarch64)
VAR_CPU=loongarch64
VAR_CPU_ARCH=loongarch
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=little
;;
*)
as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5
;;
Expand Down
6 changes: 6 additions & 0 deletions common/autoconf/platform.m4
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ AC_DEFUN([PLATFORM_EXTRACT_VARS_FROM_CPU],
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=big
;;
loongarch64)
VAR_CPU=loongarch64
VAR_CPU_ARCH=loongarch
VAR_CPU_BITS=64
VAR_CPU_ENDIAN=little
;;
*)
AC_MSG_ERROR([unsupported cpu $1])
;;
Expand Down
2 changes: 1 addition & 1 deletion common/autoconf/version-numbers
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
JDK_MAJOR_VERSION=1
JDK_MINOR_VERSION=8
JDK_MICRO_VERSION=0
JDK_UPDATE_VERSION=402
JDK_UPDATE_VERSION=412
LAUNCHER_NAME=openjdk
PRODUCT_NAME=OpenJDK
PRODUCT_SUFFIX="Runtime Environment"
Expand Down
Loading
Loading