Integrated: 8277946: NMT: Deprecate and remove VM.native_memory shutdown jcmd command option

Zhengyu Gu zgu at openjdk.java.net
Wed Dec 1 13:17:29 UTC 2021


On Tue, 30 Nov 2021 15:17:10 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

> NMT shutdown functionality is a remnant of its first implementation, which could consume excessive amount of memory, therefore, it needed capability to shut it self down to ensure health of JVM. This is no longer a case for new implementation.
> 
> NMT shutdown can be requested via Jcmd. However, it is rare used.
> 
> We should deprecate for shutdown Jcmd command for removing NMT shutdown functionality.
> 
> Corresponding [CSR](https://bugs.openjdk.java.net/browse/JDK-8277947) has been approved.

This pull request has now been integrated.

Changeset: abaa073b
Author:    Zhengyu Gu <zgu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/abaa073bcbdb202658c8a97401ffb098d71e0f16
Stats:     133 lines in 5 files changed: 0 ins; 131 del; 2 mod

8277946: NMT: Deprecate and remove VM.native_memory shutdown jcmd command option

Reviewed-by: stuefe, shade, dholmes

-------------

PR: https://git.openjdk.java.net/jdk/pull/6618


More information about the hotspot-runtime-dev mailing list