-
Bug
-
Resolution: Fixed
-
P4
-
6.0.0
-
JMC 7 Iter 5
The JVM Flags table on the JVM internals page is by default sorted on name. Since the current sorting algorithm is case sensitive, flags starting with a lower case letter (currently only one: hashCode) are placed at the end which is not intuitive.
This is quite visible on the JVM flags table but I think it applies to all or most tables in the JFR UI.
We should support case insensitive sorting. Either always or as a preference that the user can turn on and off.