8144526: Remove Marlin logging use of deleted internal API

Hohensee, Paul hohensee at amazon.com
Fri Feb 21 23:39:09 UTC 2020


Looks good.

Thanks,
Paul

From: Laurent Bourgès <bourges.laurent at gmail.com>
Date: Thursday, February 20, 2020 at 3:15 PM
To: jdk8u-dev <jdk8u-dev at openjdk.java.net>, "Hohensee, Paul" <hohensee at amazon.com>
Subject: RFR: 8144526: Remove Marlin logging use of deleted internal API

Please review this 6th patch to backport the Marlin renderer from jdk9.

JBS: https://bugs.openjdk.java.net/browse/JDK-8144526
patch: http://cr.openjdk.java.net/~lbourges/marlin8u/marlin-8.06/m06.8144526.patch
webrev: http://cr.openjdk.java.net/~lbourges/marlin8u/marlin-8.06/m06.8144526-webrev/
unshuffled patch: http://cr.openjdk.java.net/~lbourges/marlin8u/marlin-8.06/unshuffled/8-m06.8144526.patch<http://cr.openjdk.java.net/~lbourges/marlin8u/marlin-8.03/unshuffled/8-m03.8144630.patch>

Changes in MarlinUtils:
* Fixed import:
--import jdk.internal.misc.JavaLangAccess;
--import jdk.internal.misc.SharedSecrets;
+-import sun.misc.JavaLangAccess;
+-import sun.misc.SharedSecrets;

Best regards,
Laurent


More information about the jdk8u-dev mailing list