RFR: 8341778: Some javac tests ignore the result of JavacTask::call
Aleksey Shipilev
shade at openjdk.org
Thu Jun 5 14:47:53 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
Marked as reviewed by shade (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/25645#pullrequestreview-2900652359
More information about the hotspot-gc-dev
mailing list