[Rev 01] RFR: 6549: Color flame chart based on package name

Marcus Hirt hirt at openjdk.java.net
Mon Jan 13 20:34:22 UTC 2020


On Mon, 13 Jan 2020 13:41:02 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

>> The pull request has been updated with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.
> 
> 

Still a few confusing colorings for JDK base packages. We want java.*, sun.*, com.sun.* to be grey. (Come to think of it, we probably want to add jdk.* classes to the grey ones too.) And we've said that we want the really core public APIs to be lighter grey and the most internal ones be a darker grey. To me, that means that java.lang should probably be a smidge lighter than java.util. And sun.* be darker than com.sun. We may want to set the colors for these packages, and some other popular ones, like java.io, java.nio ourselves. Or simply have one lighter grey for java.*, one a little bit darker for com.sun.* and jdk.*, and a dark one for sun.*. None with any other hint of color in them (equal amounts of R, G and B).

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

PR: https://git.openjdk.java.net/jmc/pull/29


More information about the jmc-dev mailing list