Skip to content

Commit 6a9ab6a

Browse files
committedJul 22, 2021
8271093: remove deadcode from runtime/Thread/TestThreadDumpSMRInfo.java test
Reviewed-by: jiefu, dholmes, dcubed
1 parent e7f9009 commit 6a9ab6a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎test/hotspot/jtreg/runtime/Thread/TestThreadDumpSMRInfo.java

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -85,9 +85,4 @@ public static void main(String[] args) throws Exception {
8585

8686
System.out.println("Test PASSED.");
8787
}
88-
89-
static void usage() {
90-
System.err.println("Usage: java TestThreadDumpSMRInfo [-v]");
91-
System.exit(1);
92-
}
9388
}

0 commit comments

Comments
 (0)
Please sign in to comment.