From 994bbbb9c93da170f064a46dab9b13d8387cbdfc Mon Sep 17 00:00:00 2001 From: Sharath Ballal Date: Mon, 1 Aug 2016 15:39:10 +0300 Subject: [PATCH] 8160817: Add jsadebugd functionality to jhsdb Add jsadebugd functionality to jhsdb Reviewed-by: dsamersoff --- jdk/test/sun/tools/jhsdb/BasicLauncherTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jdk/test/sun/tools/jhsdb/BasicLauncherTest.java b/jdk/test/sun/tools/jhsdb/BasicLauncherTest.java index 04701afbbd9..4125dbfb4d4 100644 --- a/jdk/test/sun/tools/jhsdb/BasicLauncherTest.java +++ b/jdk/test/sun/tools/jhsdb/BasicLauncherTest.java @@ -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 @@ public class BasicLauncherTest { launchCLHSDB(); + launch("compiler detected", "jmap", "--clstats"); launchNotOSX("No deadlocks found", "jstack"); launch("compiler detected", "jmap"); launch("Java System Properties", "jinfo");