Hi Team,

Could you please review a small change for regression test?

BugID: JDK-8170664
Webrev: http://cr.openjdk.java.net/~skovalev/8170664/webrev.00/

Issue: One test fails in case of usage command line option "--limit-module java.base". Summary: The test has written in assumption that JDK always has java.util.logging module on board. In reality we can limit JDK by java.base only. In this case JDK will have only SimpleConsoleLogger on board and the test failing. The fix adds a check for limited logging ability and introduce a separate branch in the test for SimpleConsoleLogger case.

--
With best regards,
Sergei

Reply via email to