From fd1dbd9ec798a2986e4d96a1de5d416dd66054b3 Mon Sep 17 00:00:00 2001 From: Volker Simonis Date: Fri, 26 Jan 2024 14:10:07 +0100 Subject: [PATCH] Fixed whitepspace in flag documentation --- src/hotspot/share/runtime/globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index 95f5e7906485f..16198aca5370d 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -2013,7 +2013,7 @@ const int ObjectAlignmentInBytes = 8; product(bool, AlwaysRecordEvolDependencies, true, EXPERIMENTAL, \ "Unconditionally record nmethod dependencies on class " \ "rewriting/transformation independently of the JVMTI " \ - " can_{retransform/redefine}_classes capabilities.") \ + "can_{retransform/redefine}_classes capabilities.") \ // end of RUNTIME_FLAGS