Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8271093: remove deadcode from runtime/Thread/TestThreadDumpSMRInfo.ja…
…va test

Reviewed-by: jiefu, dholmes, dcubed
  • Loading branch information
iignatev committed Jul 22, 2021
1 parent e7f9009 commit 6a9ab6a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/hotspot/jtreg/runtime/Thread/TestThreadDumpSMRInfo.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2021, 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
Expand Down Expand Up @@ -85,9 +85,4 @@ public static void main(String[] args) throws Exception {

System.out.println("Test PASSED.");
}

static void usage() {
System.err.println("Usage: java TestThreadDumpSMRInfo [-v]");
System.exit(1);
}
}

1 comment on commit 6a9ab6a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.