test/hotspot/jtreg/serviceability/sa/ClhsdbLauncher.java
changeset 48949 d2a860bc50a3
parent 48160 599f67f3c6d6
child 49896 ec2dd30adbc1
--- a/test/hotspot/jtreg/serviceability/sa/ClhsdbLauncher.java	Thu Feb 08 21:53:06 2018 -0500
+++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbLauncher.java	Fri Feb 09 12:09:21 2018 +0530
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, 2018, 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
@@ -41,7 +41,7 @@
 
     private Process toolProcess;
 
-    public void ClhsdbLauncher() {
+    public ClhsdbLauncher() {
         toolProcess = null;
     }