mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6667833: Remove CacheTimeMillis
Remove -XX:+CacheTimeMillis option and associated functionality Reviewed-by: acorn, never
This commit is contained in:
parent
387f42921b
commit
bf559c6dce
11 changed files with 12 additions and 155 deletions
|
@ -1255,12 +1255,10 @@ void Arguments::set_bytecode_flags() {
|
|||
// Aggressive optimization flags -XX:+AggressiveOpts
|
||||
void Arguments::set_aggressive_opts_flags() {
|
||||
if (AggressiveOpts) {
|
||||
NOT_WINDOWS(
|
||||
// No measured benefit on Windows
|
||||
if (FLAG_IS_DEFAULT(CacheTimeMillis)) {
|
||||
FLAG_SET_DEFAULT(CacheTimeMillis, true);
|
||||
}
|
||||
)
|
||||
// Sample flag setting code
|
||||
// if (FLAG_IS_DEFAULT(EliminateZeroing)) {
|
||||
// FLAG_SET_DEFAULT(EliminateZeroing, true);
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue