RFR: 8266646: Add more diagnostic to java/lang/System/LoggerFinder/modules

Naoto Sato naoto at openjdk.java.net
Thu May 6 16:09:53 UTC 2021


On Thu, 6 May 2021 15:25:10 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> Hi, please find here a trivial test change that adds some diagnostic (time stamps) to the LoggerFinder/modules subprocess test logs.

Could those be replaced with just `Instant.now()`? `Instant.toString()` uses the same formatter as `ISO_INSTANT`.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3904


More information about the core-libs-dev mailing list