Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-31 Thread Claes Redestad
On Thu, 24 Oct 2024 13:52:57 GMT, Claes Redestad wrote: > Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM > reasonable or necessary flags, but when deploying and running micros we often > want to add or replace flags to tune to the machine, test different GCs, etc. > The i

Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-31 Thread Emanuel Peter
On Thu, 24 Oct 2024 13:52:57 GMT, Claes Redestad wrote: > Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM > reasonable or necessary flags, but when deploying and running micros we often > want to add or replace flags to tune to the machine, test different GCs, etc. > The i

Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-28 Thread Claes Redestad
On Mon, 28 Oct 2024 20:51:22 GMT, Andrey Turbanov wrote: >> Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM >> reasonable or necessary flags, but when deploying and running micros we >> often want to add or replace flags to tune to the machine, test different >> GCs, etc.

Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-28 Thread Claes Redestad
On Thu, 24 Oct 2024 13:52:57 GMT, Claes Redestad wrote: > Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM > reasonable or necessary flags, but when deploying and running micros we often > want to add or replace flags to tune to the machine, test different GCs, etc. > The i

Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-28 Thread Andrey Turbanov
On Thu, 24 Oct 2024 13:52:57 GMT, Claes Redestad wrote: > Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM > reasonable or necessary flags, but when deploying and running micros we often > want to add or replace flags to tune to the machine, test different GCs, etc. > The i

Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-25 Thread Eric Caspole
On Thu, 24 Oct 2024 13:52:57 GMT, Claes Redestad wrote: > Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM > reasonable or necessary flags, but when deploying and running micros we often > want to add or replace flags to tune to the machine, test different GCs, etc. > The i

Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-25 Thread Jorn Vernee
On Thu, 24 Oct 2024 13:52:57 GMT, Claes Redestad wrote: > Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM > reasonable or necessary flags, but when deploying and running micros we often > want to add or replace flags to tune to the machine, test different GCs, etc. > The i

RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-24 Thread Claes Redestad
Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM reasonable or necessary flags, but when deploying and running micros we often want to add or replace flags to tune to the machine, test different GCs, etc. The inconsistent use of the different `jvmArgs` options make it error p

Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-24 Thread Jorn Vernee
On Thu, 24 Oct 2024 13:52:57 GMT, Claes Redestad wrote: > Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM > reasonable or necessary flags, but when deploying and running micros we often > want to add or replace flags to tune to the machine, test different GCs, etc. > The i

Re: RFR: 8342958: Use jvmArgs consistently in microbenchmarks

2024-10-24 Thread Claes Redestad
On Thu, 24 Oct 2024 13:52:57 GMT, Claes Redestad wrote: > Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM > reasonable or necessary flags, but when deploying and running micros we often > want to add or replace flags to tune to the machine, test different GCs, etc. > The i