Skip to content

Commit 4018341

Browse files
committed
8327379: Make TimeLinearScan a develop flag
Reviewed-by: gli, kvn
1 parent 1bd4abf commit 4018341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/share/c1/c1_globals.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -210,7 +210,7 @@
210210
develop(bool, StressLinearScan, false, \
211211
"scramble block order used by LinearScan (stress test)") \
212212
\
213-
product(bool, TimeLinearScan, false, \
213+
develop(bool, TimeLinearScan, false, \
214214
"detailed timing of LinearScan phases") \
215215
\
216216
develop(bool, TimeEachLinearScan, false, \

0 commit comments

Comments
 (0)