Deprecation of LogRecord.getMillis in JDK9

Daniel Fuchs daniel.fuchs at oracle.com
Mon Nov 30 17:32:59 UTC 2015


Hi Jason,

To complete my earlier reply:

On 30/11/15 18:25, Daniel Fuchs wrote:
> If it can't be undeprecated what is the proper way to target support as
> low as JDK7 but might end up executing on JDK9?

Well - a lib using LogRecord.getMillis() could
use @SuppressWarnings("deprecation') when calling
LogRecord.getMillis() - but was that your question?

best regards,

-- daniel



More information about the core-libs-dev mailing list