Merge
authorlmesnik
Thu, 03 Oct 2019 08:51:40 -0700
changeset 58458 3ab9f0464a7d
parent 58457 7a4183b8062f (diff)
parent 58456 9759972b4f1c (current diff)
child 58459 e25b317d0350
Merge
--- a/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Binder.java	Thu Oct 03 08:49:09 2019 -0700
+++ b/test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Binder.java	Thu Oct 03 08:51:40 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 2019, 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
@@ -201,8 +201,6 @@
                 debugee = localLaunchDebugee(vmm, classToExecute, classPath);
             } else if (argumentHandler.isAttachingConnector()) {
                 debugee = localLaunchAndAttachDebugee(vmm, classToExecute, classPath);
-            } else if (argumentHandler.isLaunchingConnector()) {
-                debugee = localLaunchDebugee(vmm, classToExecute, classPath);
             } else if (argumentHandler.isListeningConnector()) {
                 debugee = localLaunchAndListenDebugee(vmm, classToExecute, classPath);
             } else {