RFR: JDK-8267187: Remove deprecated constructor for Log

Vicente Romero vromero at openjdk.java.net
Wed Jun 2 04:33:33 UTC 2021


On Fri, 14 May 2021 20:49:35 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> In the course of other work, I came across this deprecated constructor in Log which just existed for a public entry point in javadoc which has already been removed.
> 
> There is one remaining use in javadoc, which can be changed to use an alternate non-deprecated constructor.

looks good

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

Marked as reviewed by vromero (Reviewer).

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


More information about the compiler-dev mailing list