On Mon, 19 Feb 2024 05:52:22 GMT, Varada M <vara...@openjdk.org> wrote:
> DeCapo Benchmark Results (3 runs) : > > Before : > ===== DaCapo 9.12 h2 PASSED in 281402 msec ===== > ===== DaCapo 9.12 h2 PASSED in 269818 msec ===== > ===== DaCapo 9.12 h2 PASSED in 279279 msec ===== > > After: > ===== DaCapo 9.12 h2 PASSED in 279192 msec ===== > ===== DaCapo 9.12 h2 PASSED in 269769 msec ===== > ===== DaCapo 9.12 h2 PASSED in 271577 msec ===== > > Environmental variables LDR_CNTRL and MALLOCOPTIONS has caused > test/jdk/java/lang/ProcessBuilder/Basic.java failure. > Additional environmental variables has to removed from > removeAixExpectedVars(). > > JBS Issue : [JDK-8252802](https://bugs.openjdk.org/browse/JDK-8252802) Question: Is the java launcher the right place for this? I'm wondering about other launcher that uses JNI Invocation API to create the VM. ------------- PR Comment: https://git.openjdk.org/jdk/pull/17906#issuecomment-1951860259