On Wed, 7 Oct 2020 17:07:07 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> no-pch configuration is supposed to expose missing include dependencies. But > currently it runs with default (release) > bits, which misses symbols hidden in debug code. We should consider building > it in debug mode. > Attention @rwestberg. > > Testing: > - [x] GH workflow still works, see the builds in the [latest > run](https://github.com/shipilev/jdk/actions/runs/293802758) This pull request has now been integrated. Changeset: 02307811 Author: Aleksey Shipilev <sh...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/02307811 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8254175: Build no-pch configuration in debug mode for submit checks Reviewed-by: rwestberg, erikj, dholmes ------------- PR: https://git.openjdk.java.net/jdk/pull/547