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
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
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/
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
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
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