Skip to content

Commit 982064e

Browse files
committed
8359167: Remove unused test/hotspot/jtreg/vmTestbase/nsk/share/jpda/BindServer.java
Reviewed-by: sspitsyn, lmesnik
1 parent b52af18 commit 982064e

File tree

6 files changed

+11
-1904
lines changed

6 files changed

+11
-1904
lines changed

test/hotspot/jtreg/vmTestbase/nsk/share/jdb/Launcher.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2002, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2002, 2025, 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
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* This class provides launching of <code>jdb</code> and debuggee in local
35-
* or remote mode according to test command line options.
35+
* mode according to test command line options.
3636
*/
3737

3838
public class Launcher extends DebugeeBinder {
@@ -94,7 +94,7 @@ public Launcher (JdbArgumentHandler argumentHandler, Log log) {
9494
}
9595

9696
/**
97-
* Defines mode (local or remote) and type of connector (default, launching,
97+
* Defines mode (local) and type of connector (default, launching,
9898
* raw launching, attaching or listening) according to options
9999
* parsed by <code>JdbArgumentHandler</code>. And then launches <code>jdb</code>
100100
* and debuggee in defined mode.

0 commit comments

Comments
 (0)