From 30a53f10322885b14e08ae4d58c73be8b0c179bd Mon Sep 17 00:00:00 2001 From: Sue Chaplain Date: Thu, 4 Apr 2019 12:45:09 +0100 Subject: [PATCH] Final prep for milestone 1 Add jstack (8,11,12) and jps (8,11) to complete all content ready at MS1. Signed-off-by: Sue Chaplain --- doc/release-notes/0.14/0.14.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/release-notes/0.14/0.14.md b/doc/release-notes/0.14/0.14.md index 4e96a9405fc..2d85f3876b8 100644 --- a/doc/release-notes/0.14/0.14.md +++ b/doc/release-notes/0.14/0.14.md @@ -88,6 +88,17 @@ The following table covers notable changes in v0.14. Further information about t In earlier releases, DDR support was not available on the macOS platform, which affected problem diagnosis for the VM, garbage collector, and JIT compiler. +#4858 +New Java stack (jstack) tool +OpenJDK8 and later (All platforms) +Ability to obtain Java stack traces and thread information for processes. + + +#4655 +New Java process status tool (jps) +OpenJDK8 and 11 (All platforms) +The tool can be used to query running Java processes. This tool is already available with OpenJDK 12. +