We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd4abf commit 4018341Copy full SHA for 4018341
src/hotspot/share/c1/c1_globals.hpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2000, 2023, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2024, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -210,7 +210,7 @@
210
develop(bool, StressLinearScan, false, \
211
"scramble block order used by LinearScan (stress test)") \
212
\
213
- product(bool, TimeLinearScan, false, \
+ develop(bool, TimeLinearScan, false, \
214
"detailed timing of LinearScan phases") \
215
216
develop(bool, TimeEachLinearScan, false, \
0 commit comments