> On 11 Jan 2016, at 21:27, Mandy Chung <mandy.ch...@oracle.com> wrote: > > On Jan 10, 2016, at 1:19 AM, Chris Hegarty <chris.hega...@oracle.com> wrote: >> >> In preparation for JEP 260, and as per the suggestion over on the core >> libs[1], >> sun.misc.PerformanceLogger should be moved to sun.util.logging. >> >> http://cr.openjdk.java.net/~chegar/8146735/ > > Why not moving it to java.desktop
Alan had suggested sun.util.logging, and it is already exported to java.desktop. > perhaps sun.awt.util.PerformanceLogger? I have no strong preference either way. > Are you thinking to keep in the base for the future java.base class to use? No. > No one uses this class since it was added and it’s good indication that it > may unlikely be used by others. Ok. > In the future I think we should use System.Logger instead. Right, maybe a future issue could address this. -Chris.