On Wed, 1 Mar 2023 11:09:17 GMT, Vicente Romero <vrom...@openjdk.org> wrote:
>> Jan Lahoda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Adjusting DependTest, as suggested on the review > > make/jdk/src/classes/build/tools/depend/Depend.java line 885: > >> 883: @Override >> 884: public Void visitPrimitiveType(PrimitiveTypeTree node, Void p) { >> 885: update(node.getPrimitiveTypeKind().name()); > > shouldn't `DependTest` include a test to stress this new code? Test updated: https://github.com/openjdk/jdk/pull/12801/commits/de84439d64f6882d64f657fee0f6c55b2f717a9c Thanks! ------------- PR: https://git.openjdk.org/jdk/pull/12801