Skip to content

Commit c051dfc

Browse files
octylFractalAlan Bateman
authored and
Alan Bateman
committedApr 21, 2021
Fix typo in HotSpotDiagnostic
Reviewed-by: alanb
1 parent 47a5b39 commit c051dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/jdk.management/share/classes/com/sun/management/internal/HotSpotDiagnostic.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public ObjectName getObjectName() {
161161
public void dumpThreads(String outputFile, ThreadDumpFormat format) throws IOException {
162162
Path file = Path.of(outputFile);
163163
if (!file.isAbsolute())
164-
throw new IllegalArgumentException("'outptuFile' not absolute path");
164+
throw new IllegalArgumentException("'outputFile' not absolute path");
165165

166166
// need ManagementPermission("control")
167167
SecurityManager sm = System.getSecurityManager();

0 commit comments

Comments
 (0)
Please sign in to comment.