From 401834122dc3afb3feb9f7b31fc785de82ba2e58 Mon Sep 17 00:00:00 2001 From: Denghui Dong Date: Thu, 7 Mar 2024 02:57:28 +0000 Subject: [PATCH] 8327379: Make TimeLinearScan a develop flag Reviewed-by: gli, kvn --- src/hotspot/share/c1/c1_globals.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hotspot/share/c1/c1_globals.hpp b/src/hotspot/share/c1/c1_globals.hpp index 4c73d7536b5..3940fdde46d 100644 --- a/src/hotspot/share/c1/c1_globals.hpp +++ b/src/hotspot/share/c1/c1_globals.hpp @@ -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, \