Summary: | java/openjdk11 java/openjdk11-jre: Fix possible segfaults with clang 12 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-java (Nobody) <java> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | linimon | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(java) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 255570 | ||||||
Attachments: |
|
Description
Dimitry Andric
![]() ![]() Could we please expedite this patch? As it is required to unblock quite a few dependencies for the exp-run in bug 255570. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a47b2844217978a9b577182214c795dbfe471451 commit a47b2844217978a9b577182214c795dbfe471451 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-05-15 14:45:26 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2021-05-29 14:08:18 +0000 java/openjdk11(-jre): fix build with clang 12 During an exp-run for llvm 12 (see bug 255570), it turned out that java/openjdk11 and java/openjdk11-jre do not build with clang 12.0.0: Creating interim jimage Compiling 2 files for BUILD_DEMO_Notepad This is due to a missing backport of an upstream commit: commit c484d8904285652246c3af212a4211b9a8955149 Author: Thomas Stuefe <stuefe@openjdk.org> Date: Tue Mar 16 05:49:01 2021 +0000 8263557: Possible NULL dereference in Arena::destruct_contents() Reviewed-by: kbarrett, coleenp Approved by: maintainer timeout (2 weeks) PR: 255900 MFH: 2021Q2 .../openjdk11/files/patch-commit-c484d890428 (new) | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) |