Re: Sponsor request: Always pass java.library.path when running micro benchmarks

2020-06-05 Thread Erik Joelsson
Looks good. /Erik On 2020-06-03 13:01, Jorn Vernee wrote: Hi, Please sponsor the following patch that correctly passes java.library.path when running micro benchmarks [1]. As a little bit of background; previously the java.library.path was appended to $1_MICRO_JAVA_OPTIONS and this was pas

Re: Sponsor request: Always pass java.library.path when running micro benchmarks

2020-06-03 Thread Claes Redestad
Hi Jorn, looks reasonable to me, and I can sponsor. A review from one of the build maintainers would be appreciated. /Claes On 2020-06-03 22:01, Jorn Vernee wrote: Hi, Please sponsor the following patch that correctly passes java.library.path when running micro benchmarks [1]. As a little

Sponsor request: Always pass java.library.path when running micro benchmarks

2020-06-03 Thread Jorn Vernee
Hi, Please sponsor the following patch that correctly passes java.library.path when running micro benchmarks [1]. As a little bit of background; previously the java.library.path was appended to $1_MICRO_JAVA_OPTIONS and this was passed to the java VM running the JMH jar. But, the problem wit