Sorting JVM performance flags with priority to ensure correct ordering.
- To ensure proper ordering I added set of prioritized JVM flags with single UnlockDiagnosticVMOptions entry.
- The -XX parameters are sorted using priority set to ensure the order.
- If flags are not prioritized they are sorted by name to produce consistent results
Created by Strimzi#8579