Date: Tue, 6 Jun 2023 02:06:23 +0000 Subject: [PATCH 15/59] 6605915: jinfo -flag functionality doesn't work with core files Bug url: https://bugs.openjdk.org/browse/JDK-6605915 --- jdk/src/share/classes/sun/tools/jinfo/JInfo.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jdk/src/share/classes/sun/tools/jinfo/JInfo.java b/jdk/src/share/classes/sun/tools/jinfo/JInfo.java index 7c817ba86..d5adc3537 100644 --- a/jdk/src/share/classes/sun/tools/jinfo/JInfo.java +++ b/jdk/src/share/classes/sun/tools/jinfo/JInfo.java @@ -196,15 +196,17 @@ public class JInfo { if (usageSA) { System.err.println(" jinfo [option] "); System.err.println(" (to connect to running process)"); - System.err.println(" jinfo [option] "); + System.err.println(" jinfo [option] "); System.err.println(" (to connect to a core file)"); System.err.println(" jinfo [option] [server_id@]"); System.err.println(" (to connect to remote debug server)"); System.err.println(""); System.err.println("where