With the introduction of Unified Logging, the style/conventions used for GC logging was changed in various ways. However, some of the logging done by StringDedup was left using the "old" style. This should be fixed so that logging is aligned with the rest of G1.
Examples of style changes that's needed:
* Don't use '[' and ']'
* Indentation should be 2 spaces
* Concurrent phases should have a start and end line
Examples of style changes that's needed:
* Don't use '[' and ']'
* Indentation should be 2 spaces
* Concurrent phases should have a start and end line