Re: RFR: 8348905: Add support to specify the JDK for compiling Jtreg tests

2025-01-29 Thread Jiangli Zhou
On Wed, 29 Jan 2025 14:40:03 GMT, Erik Joelsson wrote: >> This adds `-compilejdk:$$(JDK_FOR_COMPILE)` to the jtreg run command. By >> default `JDK_FOR_COMPILE` is set to `$(JDK_IMAGE_DIR)`, which is the same as >> `JDK_UNDER_TEST`. `JDK_FOR_COMPILE` can be set to an alternative JDK >> director

Re: RFR: 8348905: Add support to specify the JDK for compiling Jtreg tests

2025-01-29 Thread Erik Joelsson
On Wed, 29 Jan 2025 01:12:52 GMT, Jiangli Zhou wrote: > This adds `-compilejdk:$$(JDK_FOR_COMPILE)` to the jtreg run command. By > default `JDK_FOR_COMPILE` is set to `$(JDK_IMAGE_DIR)`, which is the same as > `JDK_UNDER_TEST`. `JDK_FOR_COMPILE` can be set to an alternative JDK > directory tha