Re: RFR: 8336342: Fix known X11 library locations in sysroot

2024-07-26 Thread Paul Hohensee
On Sat, 13 Jul 2024 13:43:42 GMT, Aleksey Shipilev wrote: > In [JDK-8257913](https://bugs.openjdk.org/browse/JDK-8257913), we added the > search paths for X11 libraries, but they point explicitly to `libX11.so`. > First, this is not really correct, as `x_libraries` would be added to a > search

Re: RFR: 8336343: Add more known sysroot library locations for ALSA

2024-07-26 Thread Paul Hohensee
On Sat, 13 Jul 2024 16:48:20 GMT, Aleksey Shipilev wrote: > Following [JDK-8257913](https://bugs.openjdk.org/browse/JDK-8257913), it > would be more convenient to search into more paths in sysroot for ALSA as > well. Currently, this is the only thing that is missing for me to build from > the

Re: RFR: 8337283: configure.log is truncated when build dir is on different filesystem

2024-07-26 Thread Paul Hohensee
On Fri, 26 Jul 2024 16:21:33 GMT, Aleksey Shipilev wrote: > I noticed that `build/$confname/configure.log` was truncated on some of my > build nodes. Turns out, we are moving configure.log from tree root to that > place a bit prematurely. > > We move `configure.log` here: > https://github.com/

Re: RFR: JDK-8307314: Implementation: Generational Shenandoah (Experimental) [v5]

2023-06-06 Thread Paul Hohensee
On Sun, 4 Jun 2023 21:39:58 GMT, Kelvin Nilsen wrote: >> OpenJDK Colleagues: >> >> Please review this proposed integration of Generational mode for Shenandoah >> GC under https://bugs.openjdk.org/browse/JDK-8307314. >> >> Generational mode of Shenandoah is enabled by adding >> `-XX:+UnlockExp

Re: RFR: JDK-8307314: Implementation: Generational Shenandoah (Experimental) [v5]

2023-06-06 Thread Paul Hohensee
On Sun, 4 Jun 2023 21:39:58 GMT, Kelvin Nilsen wrote: >> OpenJDK Colleagues: >> >> Please review this proposed integration of Generational mode for Shenandoah >> GC under https://bugs.openjdk.org/browse/JDK-8307314. >> >> Generational mode of Shenandoah is enabled by adding >> `-XX:+UnlockExp

Re: RFR: 8305895: Implement JEP 450: Compact Object Headers (Experimental) [v57]

2024-11-08 Thread Paul Hohensee
On Thu, 7 Nov 2024 17:25:40 GMT, Roman Kennke wrote: >> This is the main body of the JEP 450: Compact Object Headers (Experimental). >> >> It is also a follow-up to #20640, which now also includes (and supersedes) >> #20603 and #20605, plus the Tiny Class-Pointers parts that have been >> previ