On Fri, 16 Jun 2023 14:51:21 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> To those investigating the msys issue, do we know why and where `CLASSPATH` > is being used? In general, that's a deprecated style of use. The make files in jtreg build have a bunch of `CLASSPATH` usages while launching `javac`. For example here: https://github.com/openjdk/jtreg/blob/master/make/jtreg.gmk#L46 https://github.com/openjdk/jtreg/blob/master/make/jtdiff.gmk#L36 I'll experiment today to move away from `CLASSPATH` environment variable and use javac's classpath option instead. ------------- PR Comment: https://git.openjdk.org/jdk/pull/14507#issuecomment-1595570158