Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v9]

2024-08-16 Thread George Adams
On Fri, 16 Aug 2024 11:52:25 GMT, Magnus Ihse Bursie wrote: >> George Adams has updated the pull request incrementally with one additional >> commit since the last revision: >> >> build entire JDK rather than hotspot > >> Tangentially, I think we should start thinking about extended workflows

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v10]

2024-08-16 Thread George Adams
> Adds Alpine build CI job to the GitHub actions matrix. Currently this only > builds hotspot. I can add tests too if people think that would be useful but > for now I've left it as just build. George Adams has updated the pull request incrementally with one additional commit since the last rev

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v9]

2024-08-16 Thread George Adams
On Fri, 16 Aug 2024 11:52:25 GMT, Magnus Ihse Bursie wrote: > > Tangentially, I think we should start thinking about extended workflows > > that are not run by default PR-triggers, so you could potentially run them > > if you wanted for Alpine-specific fixes. This would making the decisions >

Re: RFR: 8298920: Improve microbenchmark build times

2024-08-16 Thread Erik Joelsson
On Fri, 16 Aug 2024 12:24:19 GMT, Jan Lahoda wrote: > Currently incremental builds for the microbenchmarks may take notable amount > of time, like: > > $ touch test/micro/org/openjdk/bench/java/io/BlackholedOutputStream.java; > time make test TEST=jaxp:tier1 > Building target 'test' in configu

Re: RFR: 8298920: Improve microbenchmark build times

2024-08-16 Thread Chen Liang
On Fri, 16 Aug 2024 12:24:19 GMT, Jan Lahoda wrote: > Currently incremental builds for the microbenchmarks may take notable amount > of time, like: > > $ touch test/micro/org/openjdk/bench/java/io/BlackholedOutputStream.java; > time make test TEST=jaxp:tier1 > Building target 'test' in configu

RFR: 8298920: Improve microbenchmark build times

2024-08-16 Thread Jan Lahoda
Currently incremental builds for the microbenchmarks may take notable amount of time, like: $ touch test/micro/org/openjdk/bench/java/io/BlackholedOutputStream.java; time make test TEST=jaxp:tier1 Building target 'test' in configuration 'linux-x86_64-server-release' Compiling up to 656 files for

Re: RFR: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check [v9]

2024-08-16 Thread Magnus Ihse Bursie
On Thu, 15 Aug 2024 15:58:19 GMT, George Adams wrote: >> Adds Alpine build CI job to the GitHub actions matrix. Currently this only >> builds hotspot. I can add tests too if people think that would be useful but >> for now I've left it as just build. > > George Adams has updated the pull reques

Re: RFR: 8329816: Add SLEEF version 3.6.1 [v3]

2024-08-16 Thread Hamlin Li
On Thu, 27 Jun 2024 22:03:37 GMT, Mikael Vidstedt wrote: >> [JDK-8312425](https://bugs.openjdk.org/browse/JDK-8312425) is looking to >> optimize vector math operations by leveraging the SLEEF library. For legal >> reasons the actual contribution of the SLEEF files needs to be handled >> separa