On Thu, 6 Jun 2024 17:51:50 GMT, Naoto Sato <na...@openjdk.org> wrote:

> Turned out that removing the classpath ends up not finding the test class:
> 
> ```
> Error: Could not find or load main class RestoreEchoTest
> Caused by: java.lang.ClassNotFoundException: RestoreEchoTest
> ];
> ```

Hm... this is surprising. On my machine, `testSrc` expands to the 
`JTwork/classes/0/java/io/Console/RestoreEchoTest.d` directory, which is 
included in `CLASSPATH` and which contains `RestoreEchoTest.class`.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19315#discussion_r1630200122

Reply via email to