On 09/01/2020 03:42, Mandy Chung wrote:
JDK-8229396 will take a bit time to review but the change for JDK-8225773 looks fine.Webrev: http://cr.openjdk.java.net/~mchung/jdk14/8225773/webrev.00/jdeps --check throws NPE when the module descriptor has missing dependences. This patch fixes jdeps --check option to report a module with missing dependences as other jdeps options.This patch applies on the top of the patch for JDK-8229396 [1].
-Alan