mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-17 17:07:53 +00:00
8327379: Make TimeLinearScan a develop flag
Reviewed-by: gli, kvn
This commit is contained in:
parent
1bd4abf98e
commit
401834122d
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -210,7 +210,7 @@
|
||||
develop(bool, StressLinearScan, false, \
|
||||
"scramble block order used by LinearScan (stress test)") \
|
||||
\
|
||||
product(bool, TimeLinearScan, false, \
|
||||
develop(bool, TimeLinearScan, false, \
|
||||
"detailed timing of LinearScan phases") \
|
||||
\
|
||||
develop(bool, TimeEachLinearScan, false, \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user