mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-06 14:10:36 +00:00
8160817: Add jsadebugd functionality to jhsdb
Add jsadebugd functionality to jhsdb Reviewed-by: dsamersoff
This commit is contained in:
parent
496e48d0fb
commit
994bbbb9c9
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -182,6 +182,7 @@ public class BasicLauncherTest {
|
|||||||
|
|
||||||
launchCLHSDB();
|
launchCLHSDB();
|
||||||
|
|
||||||
|
launch("compiler detected", "jmap", "--clstats");
|
||||||
launchNotOSX("No deadlocks found", "jstack");
|
launchNotOSX("No deadlocks found", "jstack");
|
||||||
launch("compiler detected", "jmap");
|
launch("compiler detected", "jmap");
|
||||||
launch("Java System Properties", "jinfo");
|
launch("Java System Properties", "jinfo");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user