mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
6964774: Adjust optimization flags setting
Adjust performance flags settings. Reviewed-by: never, phh
This commit is contained in:
parent
448b83e288
commit
4bd0381466
3 changed files with 106 additions and 12 deletions
|
@ -1513,6 +1513,9 @@ void Arguments::set_aggressive_opts_flags() {
|
|||
if (AggressiveOpts && FLAG_IS_DEFAULT(BiasedLockingStartupDelay)) {
|
||||
FLAG_SET_DEFAULT(BiasedLockingStartupDelay, 500);
|
||||
}
|
||||
if (AggressiveOpts && FLAG_IS_DEFAULT(OptimizeStringConcat)) {
|
||||
FLAG_SET_DEFAULT(OptimizeStringConcat, true);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (AggressiveOpts) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue