RFR: 8341778: Some javac tests ignore the result of JavacTask::call

Vicente Romero vromero at openjdk.org
Fri Jun 6 14:14:56 UTC 2025


On Wed, 4 Jun 2025 21:02:04 GMT, Vicente Romero <vromero at openjdk.org> wrote:

> Several tests are ignoring the result of invoking com.sun.source.util.JavacTask::call which returns a `Boolean`. This implies that tests could seem to pass when in reality they are silently failing. This PR is fixing this issue by checking, in all applicable cases the result of the invocation.
> 
> TIA

thanks for the reviews

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

PR Comment: https://git.openjdk.org/jdk/pull/25645#issuecomment-2949388176


More information about the hotspot-gc-dev mailing list