Skip to content

Pull requests: openjdk/jdk

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

8387328: C2: A Phi must not have a narrower Type than its inputs hotspot-compiler hotspot-compiler-dev@openjdk.org rfr Pull request is ready for review
#31817 opened Jul 7, 2026 by merykitty Member Loading…
4 of 5 tasks
8387865: ThisEscapeAnalyzer crashes for erroneous source code compiler compiler-dev@openjdk.org ready Pull request is ready to be integrated rfr Pull request is ready for review
#31816 opened Jul 7, 2026 by lahodaj Contributor Loading…
4 tasks done
8387411: C2: assert((in_vt->isa_pvectmask() == nullptr) == (vt->isa_pvectmask() == nullptr)) failed: Both BVectMask, or both NVectMask, or both PVectMask hotspot-compiler hotspot-compiler-dev@openjdk.org rfr Pull request is ready for review
#31815 opened Jul 7, 2026 by eme64 Contributor Loading…
3 of 4 tasks
8387670: Remove _DefWindowProc parameter from ComCtl32Util.cpp client client-libs-dev@openjdk.org rfr Pull request is ready for review
#31814 opened Jul 7, 2026 by MBaesken Member Loading…
3 of 4 tasks
8387578: Test sun/security/ssl/SSLSessionImpl/ResumeChecksServer.java failed: Existing session was used: FAIL rfr Pull request is ready for review security security-dev@openjdk.org
#31813 opened Jul 7, 2026 by artur-oracle Member Loading…
3 of 4 tasks
8387874: Timeout when running test BulkCipherDisabledAlgorithms rfr Pull request is ready for review security security-dev@openjdk.org
#31812 opened Jul 7, 2026 by chmielewskiandreas Contributor Loading…
3 of 4 tasks
8386953: sun/security/ssl/CertificateCompression/CompressedCertMsgCache.java failing rfr Pull request is ready for review security security-dev@openjdk.org
#31811 opened Jul 7, 2026 by artur-oracle Member Loading…
3 of 4 tasks
8387873: RISC-V: Add specialized CMove patterns with zero operand hotspot-compiler hotspot-compiler-dev@openjdk.org
#31810 opened Jul 7, 2026 by zzthread Contributor Draft
4 of 6 tasks
8272194: java.sql.Date::toLocalDate() broken for dates before 1 A.D. core-libs core-libs-dev@openjdk.org rfr Pull request is ready for review
#31808 opened Jul 7, 2026 by Sholto Loading…
3 of 4 tasks
8387414: Insufficient feature gate in vm_version_x86 for UseKyberIntrinsics hotspot hotspot-dev@openjdk.org rfr Pull request is ready for review
#31807 opened Jul 7, 2026 by danielogh Contributor Loading…
3 of 4 tasks
8387857: RISC-V: Add UseZvbb to RVA23U64Profile hotspot hotspot-dev@openjdk.org rfr Pull request is ready for review
#31806 opened Jul 7, 2026 by zzthread Contributor Loading…
3 of 5 tasks
8386833: java/lang/management/MemoryMXBean/TestGetTotalGcCpuTime.java#Serial fails with "Some GC CPU time must have been reported" exception rfr Pull request is ready for review serviceability serviceability-dev@openjdk.org
#31805 opened Jul 7, 2026 by kevinjwalls Contributor Loading…
3 of 4 tasks
[PATCH] Avoid confusing AtomicReferenceArray.compareAndSet calls core-libs core-libs-dev@openjdk.org i18n i18n-dev@openjdk.org
#31804 opened Jul 7, 2026 by turbanoff Member Loading…
2 of 4 tasks
8225186: G1: Compiler code cache requested GC deadlocks while WhiteBox has control backport Port of a pull request already in a different code base clean Identical backport; no merge resolution required hotspot hotspot-dev@openjdk.org ready Pull request is ready to be integrated rfr Pull request is ready for review
#31803 opened Jul 7, 2026 by tschatzl Contributor Loading…
4 tasks done
8387812: Refine ArraysSupport.vectorizedMismatch to compare all elements core-libs core-libs-dev@openjdk.org hotspot-compiler hotspot-compiler-dev@openjdk.org nio nio-dev@openjdk.org rfr Pull request is ready for review
#31802 opened Jul 7, 2026 by kuaiwei Contributor Loading…
5 of 6 tasks
8387806: Shenandoah: Reduce allocation-path contention from ShenandoahAllocRate byte accounting hotspot-gc hotspot-gc-dev@openjdk.org rfr Pull request is ready for review shenandoah shenandoah-dev@openjdk.org
#31801 opened Jul 7, 2026 by pengxiaolong Loading…
4 of 5 tasks
8386322: Float16Vector.toString should render lane values using Float16.toString core-libs core-libs-dev@openjdk.org csr Pull request needs approved CSR before integration hotspot-compiler hotspot-compiler-dev@openjdk.org rfr Pull request is ready for review
#31800 opened Jul 7, 2026 by jatin-bhateja Member Loading…
3 of 5 tasks
8373487: Out-of-bounds access in AlignmentGapAccess test hotspot-compiler hotspot-compiler-dev@openjdk.org rfr Pull request is ready for review
#31799 opened Jul 7, 2026 by iwanowww Contributor Loading…
3 of 4 tasks
8382536: C2: sharpen_type_after_if: assert(val->find_edge(con) > 0) failed: mismatch hotspot-compiler hotspot-compiler-dev@openjdk.org rfr Pull request is ready for review
#31798 opened Jul 6, 2026 by iwanowww Contributor Loading…
3 of 4 tasks
8387790: Shenandoah: Remove degenerated cycles hotspot-gc hotspot-gc-dev@openjdk.org shenandoah shenandoah-dev@openjdk.org
#31797 opened Jul 6, 2026 by earthling-amzn Contributor Draft
3 of 4 tasks
8387792: Enable PAC-RET for VM code on Windows/ARM64 build build-dev@openjdk.org rfr Pull request is ready for review
#31795 opened Jul 6, 2026 by raneashay Contributor Loading…
3 of 4 tasks
8387793: SecureDS.doSetPermissions tests absolute paths nio nio-dev@openjdk.org rfr Pull request is ready for review
#31794 opened Jul 6, 2026 by benjaminp Contributor Loading…
3 of 4 tasks
8387789: RISC-V: Optimize G1 post-write barrier conditional card mark hotspot hotspot-dev@openjdk.org rfr Pull request is ready for review
#31793 opened Jul 6, 2026 by zzthread Contributor Loading…
3 of 5 tasks
8358549: O(n²) time complexity in java.security.Provider.parseLegacy() method ready Pull request is ready to be integrated rfr Pull request is ready for review security security-dev@openjdk.org
#31792 opened Jul 6, 2026 by mcpowers Contributor Loading…
4 tasks done
8198549: Desktop.setOpenURIHandler() only receives event if application is already launched client client-libs-dev@openjdk.org rfr Pull request is ready for review
#31791 opened Jul 6, 2026 by pabulaner Loading…
3 of 4 tasks
ProTip! What’s not been updated in a month: updated:<2026-06-07.