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
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