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

2024-09-16 Thread Axel Boldt-Christmas
On Mon, 16 Sep 2024 13:28:00 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 >> prev

Integrated: 8324966: Allow selecting jtreg test case by ID from make

2024-07-11 Thread Axel Boldt-Christmas
On Mon, 1 Jul 2024 06:49:15 GMT, Axel Boldt-Christmas wrote: > [JDK-8287828](https://bugs.openjdk.org/browse/JDK-8287828) added support for > selecting specific JTREG tests cases by their ID. However because of how we > handle input strings in make it was not possible to use `#`

Re: RFR: 8324966: Allow selecting jtreg test case by ID from make

2024-07-11 Thread Axel Boldt-Christmas
On Mon, 1 Jul 2024 06:49:15 GMT, Axel Boldt-Christmas wrote: > [JDK-8287828](https://bugs.openjdk.org/browse/JDK-8287828) added support for > selecting specific JTREG tests cases by their ID. However because of how we > handle input strings in make it was not possible to use `#`

RFR: 8324966: Allow selecting jtreg test case by ID

2024-06-30 Thread Axel Boldt-Christmas
[JDK-8287828](https://bugs.openjdk.org/browse/JDK-8287828) added support for selecting specific JTREG tests cases by their ID. However because of how we handle input strings in make it was not possible to use `#` anywhere, breaking this feature. Prior to this change * `TEST="gc/TestSystemGC.ja

Re: RFR: 8307058: Implementation of Generational ZGC [v12]

2023-05-10 Thread Axel Boldt-Christmas
On Tue, 9 May 2023 12:55:42 GMT, Stefan Karlsson wrote: >> Hi all, >> >> Please review the implementation of Generational ZGC, which can be turned on >> by adding -XX:+ZGenerational in addition to using -XX:+UseZGC. Generational >> ZGC is a major rewrite of the non-generational ZGC version tha

Re: RFR: 8307058: Implementation of Generational ZGC [v3]

2023-05-04 Thread Axel Boldt-Christmas
On Thu, 4 May 2023 09:50:23 GMT, Axel Boldt-Christmas wrote: >>> I'm getting build warnings on all linux platforms with gcc-11.3.0: >>> >>> ``` >>> src/hotspot/share/gc/z/zDriver.cpp:84:13: error: In the GNU C Library, >>> "minor&qu

Re: RFR: 8307058: Implementation of Generational ZGC [v3]

2023-05-04 Thread Axel Boldt-Christmas
On Wed, 3 May 2023 21:58:25 GMT, Stefan Karlsson wrote: > I'm getting build warnings on all linux platforms with gcc-11.3.0: > > ``` > src/hotspot/share/gc/z/zDriver.cpp:84:13: error: In the GNU C Library, > "minor" is defined > by . For historical compatibility, it is > currently defined by