8160817: Add jsadebugd functionality to jhsdb
authordsamersoff
Mon, 01 Aug 2016 15:39:10 +0300
changeset 40201 1b71d6ff5b2f
parent 40199 1795251e7dec
child 40202 ce2b94b9d36b
8160817: Add jsadebugd functionality to jhsdb Summary: add jsadebugd functionality to jhsdb Reviewed-by: dsamersoff Contributed-by: sharath.ballal@oracle.com
jdk/test/sun/tools/jhsdb/BasicLauncherTest.java
--- a/jdk/test/sun/tools/jhsdb/BasicLauncherTest.java	Mon Aug 01 13:53:55 2016 +0300
+++ b/jdk/test/sun/tools/jhsdb/BasicLauncherTest.java	Mon Aug 01 15:39:10 2016 +0300
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2016, 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
@@ -182,6 +182,7 @@
 
         launchCLHSDB();
 
+        launch("compiler detected", "jmap", "--clstats");
         launchNotOSX("No deadlocks found", "jstack");
         launch("compiler detected", "jmap");
         launch("Java System Properties", "jinfo");