Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete and unproductive JVM options (#1437)
Motivation: The current JVM options used for running ServiceTalk tests have not recently been updated to reflect current recommendations. Modifications: Remove "-XX:+AggressiveOpts", "-XX:+TieredCompilation", "-XX:+UseBiasedLocking", and "-XX:+OptimizeStringConcat" options. "-XX:+TieredCompilation" and "-XX:+OptimizeStringConcat" are now default behaviour "-XX:+AggressiveOpts" is likely to slow performance and was removed in JDK12. "-XX:+UseBiasedLocking" is likely to slow performance for ServiceTalk workloads and was removed in JDK15 Result: ServiceTalk tests executed with JVM options which more likely to reflect typical current production usage.
- Loading branch information