None.
| Issue |
Description |
| JDK-8317374 |
Added ISRG Root X2 CA Certificate from Let's Encrypt
The following root certificate has been added to the cacerts truststore:
`
+ Let's Encrypt
+ letsencryptisrgx2
DN: CN=ISRG Root X2, O=Internet Security Research Group, C=US
`
|
| JDK-8312489 |
Increase Default Value of the System Property `jdk.jar.maxSignatureFileSize`
The system property, jdk.jar.maxSignatureFileSize, allows applications to control the maximum size of signature files in a signed JAR. Its default value has been increased from 8000000 bytes (8 MB) to 16000000 bytes (16 MB).
|
| JDK-8318759 |
Added Four Root Certificates from DigiCert, Inc.
The following root certificates have been added to the cacerts truststore:
```
+ DigiCert, Inc.
+ digicertcseccrootg5
DN: CN=DigiCert CS ECC P384 Root G5, O="DigiCert, Inc.", C=US
DigiCert, Inc.
digicertcsrsarootg5
DN: CN=DigiCert CS RSA4096 Root G5, O="DigiCert, Inc.", C=US
DigiCert, Inc.
digicerttlseccrootg5
DN: CN=DigiCert TLS ECC P384 Root G5, O="DigiCert, Inc.", C=US
DigiCert, Inc.
digicerttlsrsarootg5
DN: CN=DigiCert TLS RSA4096 Root G5, O="DigiCert, Inc.", C=US
```
|
| JDK-8317373 |
Added Telia Root CA v2 Certificate
The following root certificate has been added to the cacerts truststore:
`
+ Telia Root CA v2
+ teliarootcav2
DN: CN=Telia Root CA v2, O=Telia Finland Oyj, C=FI
`
|
| JDK-8319187 |
Added Three Root Certificates from eMudhra Technologies Limited
The following root certificates have been added to the cacerts truststore:
```
+ eMudhra Technologies Limited
+ emsignrootcag1
DN: CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN
eMudhra Technologies Limited
emsigneccrootcag3
DN: CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN
eMudhra Technologies Limited
emsignrootcag2
DN: CN=emSign Root CA - G2, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN
```
|
| Priority |
Bug |
Summary |
| P3 |
JDK-8193543 |
Regression automated test '/open/test/jdk/java/awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java' fails |
| P3 |
JDK-8313164 |
src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp GetRGBPixels adjust releasing of resources |
| P4 |
JDK-8202931 |
[macos] java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java fails |
| P4 |
JDK-8239801 |
[macos] java/awt/Focus/UnaccessibleChoice/AccessibleChoiceTest.java fails |
| P4 |
JDK-8288325 |
[windows] Actual and Preferred Size of AWT Non-resizable frame are different |
| P4 |
JDK-8265586 |
[windows] last button is not shown in AWT Frame with BorderLayout and MenuBar set. |
| P4 |
JDK-8202790 |
DnD test DisposeFrameOnDragTest.java does not clean up |
| P4 |
JDK-8300727 |
java/awt/List/ListGarbageCollectionTest/AwtListGarbageCollectionTest.java failed with "List wasn't garbage collected" |
| P4 |
JDK-8297296 |
java/awt/Mouse/EnterExitEvents/DragWindowTest.java fails with "No MouseReleased event on label!" |
| P4 |
JDK-8313252 |
Java_sun_awt_windows_ThemeReader_paintBackground release resources in early returns |
| P4 |
JDK-8302525 |
Write a test to check various components send Events while mouse and key are used simultaneously |
| P4 |
JDK-8296275 |
Write a test to verify setAccelerator method of JMenuItem |
| P5 |
JDK-8288993 |
Make AwtFramePackTest generic by removing @requires tag |
| Priority |
Bug |
Summary |
| P2 |
JDK-8318889 |
C2: add bailout after assert Bad graph detected in build_loop_late |
| P2 |
JDK-8296821 |
compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java fails after JDK-8262901 |
| P2 |
JDK-8314024 |
SIGSEGV in PhaseIdealLoop::build_loop_late_post_work due to bad immediate dominator info |
| P3 |
JDK-8312440 |
assert(cast != nullptr) failed: must have added a cast to pin the node |
| P3 |
JDK-8312909 |
C1 should not inline through interface calls with non-subtype receiver |
| P3 |
JDK-8301489 |
C1: ShortLoopOptimizer might lift instructions before their inputs |
| P3 |
JDK-8313626 |
C2 crash due to unexpected exception control flow |
| P3 |
JDK-8315377 |
C2: assert(u->find_out_with(Op_AddP) == nullptr) failed: more than 2 chained AddP nodes? |
| P3 |
JDK-8308103 |
Massive (up to ~30x) increase in C2 compilation time since JDK 17 |
| P3 |
JDK-8291550 |
RISC-V: jdk uses misaligned memory access when AvoidUnalignedAccess enabled |
| P3 |
JDK-8309502 |
RISC-V: String.indexOf intrinsic may produce misaligned memory loads |
| P3 |
JDK-8304954 |
SegmentedCodeCache fails when using large pages |
| P3 |
JDK-8320209 |
VectorMaskGen clobbers rflags on x86_64 |
| P4 |
JDK-8270447 |
[IR Framework] Add missing compilation level restriction when using FlipC1C2 stress option |
| P4 |
JDK-8309104 |
[JVMCI] compiler/unsafe/UnsafeGetStableArrayElement test asserts wrong values with Graal |
| P4 |
JDK-8262901 |
[macos_aarch64] NativeCallTest expected:<-3.8194101E18> but was:<3.02668882E10> |
| P4 |
JDK-8316178 |
Better diagnostic header for CodeBlobs |
| P4 |
JDK-8316514 |
Better diagnostic header for VtableStub |
| P4 |
JDK-8311813 |
C1: Uninitialized PhiResolver::_loop field |
| P4 |
JDK-8276711 |
compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint |
| P4 |
JDK-8273629 |
compiler/uncommontrap/TestDeoptOOM.java fails with release VMs |
| P4 |
JDK-8312573 |
Failure during CompileOnly parsing leads to ShouldNotReachHere |
| P4 |
JDK-8316743 |
RISC-V: Change UseVectorizedMismatchIntrinsic option result to warning |
| P4 |
JDK-8313322 |
RISC-V: implement MD5 intrinsic |
| P4 |
JDK-8319184 |
RISC-V: improve MD5 intrinsic |
| P4 |
JDK-8310268 |
RISC-V: misaligned memory access in String.Compare intrinsic |
| P4 |
JDK-8319525 |
RISC-V: Rename *_riscv64.ad files to *_riscv.ad under riscv/gc |
| P4 |
JDK-8318953 |
RISC-V: Small refactoring for MacroAssembler::test_bit |
| P4 |
JDK-8313779 |
RISC-V: use andn / orn in the MD5 instrinsic |
| P4 |
JDK-8309974 |
some JVMCI tests fail when VM options include -XX:+EnableJVMCI |
| P5 |
JDK-8315549 |
CITime misreports code/total nmethod sizes |
| P5 |
JDK-8302607 |
increase timeout for ContinuousCallSiteTargetChange.java |
| P5 |
JDK-8276036 |
The value of full_count in the message of insufficient codecache is wrong |
| Priority |
Bug |
Summary |
| P2 |
JDK-8310656 |
RISC-V: __builtin___clear_cache can fail silently. |
| P2 |
JDK-8315206 |
RISC-V: hwprobe query is_set return wrong value |
| P2 |
JDK-8316746 |
Top of lock-stack does not match the unlocked object |
| P3 |
JDK-8312394 |
[linux] SIGSEGV if kernel was built without hugepage support |
| P3 |
JDK-8293563 |
[macos-aarch64] SA core file tests failing with sun.jvm.hotspot.oops.UnknownOopException |
| P3 |
JDK-8294402 |
Add diagnostic logging to VMProps.checkDockerSupport |
| P3 |
JDK-8296437 |
NMT incurs costs if disabled |
| P3 |
JDK-8298298 |
NMT: count deltas are printed with 32-bit signed size |
| P3 |
JDK-8315195 |
RISC-V: Update hwprobe query for new extensions |
| P3 |
JDK-8301570 |
Test runtime/jni/nativeStack/ needs to detach the native thread |
| P3 |
JDK-8312182 |
THPs cause huge RSS due to thread start timing issue |
| P3 |
JDK-8312620 |
WSL Linux build crashes after JDK-8310233 |
| P4 |
JDK-8312078 |
[PPC] JcmdScale.java Failing on AIX |
| P4 |
JDK-8313781 |
Add regression tests for large page logging and user-facing error messages |
| P4 |
JDK-8313782 |
Add user-facing warning if THPs are enabled but cannot be used |
| P4 |
JDK-8308910 |
Allow executeAndLog to accept running process |
| P4 |
JDK-8273456 |
Do not hold ttyLock around stack walking |
| P4 |
JDK-8318855 |
Extra file added by mistake during the backport of JDK-8283326 |
| P4 |
JDK-8310233 |
Fix THP detection on Linux |
| P4 |
JDK-8281015 |
Further simplify NMT backend |
| P4 |
JDK-8283670 |
gtest os.release_multi_mappings_vm is still racy |
| P4 |
JDK-8301065 |
Handle control characters in java_lang_String::print |
| P4 |
JDK-8312395 |
Improve assertions in growableArray |
| P4 |
JDK-8271073 |
Improve testing with VM option VerifyArchivedFields |
| P4 |
JDK-8297640 |
Increase buffer size for buf (insert_features_names) in Abstract_VM_Version::insert_features_names |
| P4 |
JDK-8310687 |
JDK-8303215 is incomplete |
| P4 |
JDK-8272552 |
mark hotspot runtime/cds tests which ignore external VM flags |
| P4 |
JDK-8271887 |
mark hotspot runtime/CDSCompressedKPtrs tests which ignore external VM flags |
| P4 |
JDK-8271904 |
mark hotspot runtime/ClassFile tests which ignore external VM flags |
| P4 |
JDK-8271828 |
mark hotspot runtime/classFileParserBug tests which ignore external VM flags |
| P4 |
JDK-8271824 |
mark hotspot runtime/CompressedOops tests which ignore external VM flags |
| P4 |
JDK-8271826 |
mark hotspot runtime/condy tests which ignore external VM flags |
| P4 |
JDK-8271890 |
mark hotspot runtime/Dictionary tests which ignore external VM flags |
| P4 |
JDK-8271886 |
mark hotspot runtime/InvocationTests tests which ignore external VM flags |
| P4 |
JDK-8272291 |
mark hotspot runtime/logging tests which ignore external VM flags |
| P4 |
JDK-8271905 |
mark hotspot runtime/Metaspace tests which ignore external VM flags |
| P4 |
JDK-8272551 |
mark hotspot runtime/modules tests which ignore external VM flags |
| P4 |
JDK-8272099 |
mark hotspot runtime/Monitor tests which ignore external VM flags |
| P4 |
JDK-8271893 |
mark hotspot runtime/PerfMemDestroy/PerfMemDestroy.java test as ignoring external VM flags |
| P4 |
JDK-8271892 |
mark hotspot runtime/PrintStringTableStats/PrintStringTableStatsTest.java test as ignoring external VM flags |
| P4 |
JDK-8271891 |
mark hotspot runtime/Safepoint tests which ignore external VM flags |
| P4 |
JDK-8271829 |
mark hotspot runtime/Throwable tests which ignore external VM flags |
| P4 |
JDK-8297958 |
NMT: Display peak values |
| P4 |
JDK-8317772 |
NMT: Make peak values available in release builds |
| P4 |
JDK-8292072 |
NMT: repurpose Tracking overhead counter as global malloc counter |
| P4 |
JDK-8275440 |
Remove VirtualSpaceList::is_full() |
| P4 |
JDK-8312585 |
Rename DisableTHPStackMitigation flag to THPStackMitigation |
| P4 |
JDK-8273522 |
Rename test property vm.cds.archived.java.heap to vm.cds.write.archived.java.heap |
| P4 |
JDK-8309258 |
RISC-V: Add riscv_hwprobe syscall |
| P4 |
JDK-8316859 |
RISC-V: Disable detection of V through HWCAP |
| P4 |
JDK-8316645 |
RISC-V: Remove dependency on libatomic by adding cmpxchg 1b |
| P4 |
JDK-8312625 |
Test serviceability/dcmd/vm/TrimLibcHeapTest.java failed: RSS use increased |
| P4 |
JDK-8314139 |
TEST_BUG: runtime/os/THPsInThreadStackPreventionTest.java could fail on machine with large number of cores |
| P4 |
JDK-8302109 |
Trivial fixes to btree tests |
| P4 |
JDK-8313691 |
use close after failing os::fdopen in vmError and ciEnv |
| Priority |
Bug |
Summary |
| P3 |
JDK-8315499 |
build using devkit on Linux ppc64le RHEL puts path to devkit into libsplashscreen |
| P3 |
JDK-8292717 |
Clean up checking of testing requirements in configure |
| P3 |
JDK-8318669 |
Target OS detection in 'test-prebuilt' makefile target is incorrect when running on MSYS2 |
| P3 |
JDK-8314495 |
Update to use jtreg 7.3.1 |
| P4 |
JDK-8315062 |
[GHA] get-bootjdk action should return the abolute path |
| P4 |
JDK-8315863 |
[GHA] Update checkout action to use v4 |
| P4 |
JDK-8300997 |
Add curl support to createJMHBundle.sh |
| P4 |
JDK-8307732 |
build-test-lib is broken |
| P4 |
JDK-8303922 |
build-test-lib target is broken |
| P4 |
JDK-8316461 |
Fix: make test outputs TEST SUCCESS after unsuccessful exit |
| P4 |
JDK-8320053 |
GHA: Cross-compile gtest code |
| P4 |
JDK-8274345 |
make build-test-lib is broken |
| P4 |
JDK-8310321 |
make JDKOPT_CHECK_CODESIGN_PARAMS more verbose |
| P4 |
JDK-8286430 |
make test TEST="gtest:" exits with error when it shouldn't |
| P4 |
JDK-8312467 |
relax the builddir check in make/autoconf/basic.m4 |
| P4 |
JDK-8315020 |
The macro definition for LoongArch64 zero build is not accurate. |
| P4 |
JDK-8295229 |
Try to verify gtest version |
| P5 |
JDK-8317327 |
Remove JT_JAVA dead code in jib-profiles.js |
| Priority |
Bug |
Summary |
| P2 |
JDK-8318759 |
Add four DigiCert root certificates |
| P2 |
JDK-8317374 |
Add Let's Encrypt ISRG Root X2 |
| P2 |
JDK-8317373 |
Add Telia Root CA v2 |
| P2 |
JDK-8319187 |
Add three eMudhra emSign roots |
| P3 |
JDK-8302017 |
Allocate BadPaddingException only if it will be thrown |
| P3 |
JDK-8285516 |
clearPassword should be called in a finally try block |
| P3 |
JDK-8308592 |
Framework for CA interoperability testing |
| P3 |
JDK-8312489 |
Increase jdk.jar.maxSignatureFileSize default which is too low for JARs such as WhiteSource/Mend unified agent jar |
| P3 |
JDK-8320597 |
RSA signature verification fails on signed data that does not encode params correctly |
| P3 |
JDK-8268916 |
Tests for AffirmTrust roots |
| P4 |
JDK-8300259 |
Add test coverage for processing of pending block files in signed JARs |
| P4 |
JDK-8300272 |
Improve readability of the test JarWithOneNonDisabledDigestAlg |
| P4 |
JDK-8312126 |
NullPointerException in CertStore.getCRLs after 8297955 |
| Priority |
Bug |
Summary |
| P1 |
JDK-8301189 |
validate-source fails after JDK-8298873 |
| P2 |
JDK-8317967 |
Enhance test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java to handle default cases |
| P3 |
JDK-8249826 |
5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id |
| P3 |
JDK-8262186 |
Call X509KeyManager.chooseClientAlias once for all key types |
| P3 |
JDK-8284047 |
Harmonize/Standardize the SSLSocket/SSLEngine/SSLSocketSSLEngine test templates |
| P3 |
JDK-8277307 |
Pre shared key sent under both session_ticket and pre_shared_key extensions |
| P3 |
JDK-8297798 |
Timeout with DTLSOverDatagram test template |
| P4 |
JDK-8298867 |
Basics.java fails with SSL handshake exception |
| P4 |
JDK-8298872 |
Update CheckStatus.java for changes to TLS implementation |
| P4 |
JDK-8298869 |
Update ConnectionTest.java for changes to TLS implementation |
| P4 |
JDK-8298868 |
Update EngineCloseOnAlert.java for changes to TLS implementation |
| P4 |
JDK-8298873 |
Update IllegalRecordVersion.java for changes to TLS implementation |
| P4 |
JDK-8298874 |
Update TestAllSuites.java for TLS v1.2 and 1.3 |