RFR(s): 8170664: SystemLoggerInPlatformLoader.java failing in case of module limitation
Roger Riggs
Roger.Riggs at Oracle.com
Mon Dec 5 18:47:41 UTC 2016
Hi Sergei,
I suspect that the variable "simleConsoleOnly" is misspelled. ->
"sim*p*leConsoleOnly"
Roger
On 12/5/2016 9:50 AM, Sergei Kovalev wrote:
> 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.
>
More information about the core-libs-dev
mailing list