Re: RFR: 8338411: Implement JEP 486: Permanently Disable the Security Manager [v3]

2024-11-11 Thread Alexey Ivanov
On Fri, 8 Nov 2024 21:01:57 GMT, Phil Race wrote: >>> I'd not looked at this test before but when I do the thing I noticed is >>> that createPrivateValue is no longer used. But I don't see a problem with >>> keeping the rest of the test. >> >> @prrace Do I understand correctly that _“`createPr

Re: RFR: 8311302: Implement JEP 493: Linking Run-Time Images without JMODs [v48]

2024-11-11 Thread Severin Gehwolf
On Fri, 8 Nov 2024 17:07:55 GMT, Severin Gehwolf wrote: >> Please review this patch which adds a jlink mode to the JDK which doesn't >> need the packaged modules being present. A.k.a run-time image based jlink. >> Fundamentally this patch adds an option to use `jlink` even though your JDK >> i

RFR: 8343923: GHA: Switch to Xcode 15 on MacOS AArch64 runners

2024-11-11 Thread Aleksey Shipilev
We use macos-14 images for macos-aarch64 runners. We use Xcode 14.3.1 there. Xcode 14 goes away from those runners, as per: https://github.com/actions/runner-images/issues/10703. Current GH runner docs say macos-14 image defaults to Xcode 15.4: https://github.com/actions/runner-images/blob/main

Re: RFR: 8343923: GHA: Switch to Xcode 15 on MacOS AArch64 runners [v2]

2024-11-11 Thread Aleksey Shipilev
> We use macos-14 images for macos-aarch64 runners. We use Xcode 14.3.1 there. > Xcode 14 goes away from those runners, as per: > https://github.com/actions/runner-images/issues/10703. Current GH runner docs > say macos-14 image defaults to Xcode 15.4: > https://github.com/actions/runner-images

Integrated: 8311302: Implement JEP 493: Linking Run-Time Images without JMODs

2024-11-11 Thread Severin Gehwolf
On Thu, 6 Jul 2023 17:34:10 GMT, Severin Gehwolf wrote: > Please review this patch which adds a jlink mode to the JDK which doesn't > need the packaged modules being present. A.k.a run-time image based jlink. > Fundamentally this patch adds an option to use `jlink` even though your JDK > insta

Integrated: 8268895: Do not filter out man pages from build

2024-11-11 Thread Magnus Ihse Bursie
On Wed, 6 Nov 2024 16:27:42 GMT, Magnus Ihse Bursie wrote: > Due to historical reasons, Oracle builds of OpenJDK do not include the man > pages that are present in the OpenJDK source repo. Oracle JDK builds include > man pages, and most likely all other OpenJDK builds. > > There is no need to