RFR: 8277990: NMT: Remove NMT shutdown capability [v2]
Zhengyu Gu
zgu at openjdk.java.net
Thu Dec 2 18:23:07 UTC 2021
> 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 current implementation.
>
> After JDK-8277946, there is no longer a use, so it can be removed.
>
> Test:
> - [x] hotspot_nmt
> - [x] tier1 with NMT on
Zhengyu Gu has updated the pull request incrementally with one additional commit since the last revision:
tstuefe's comments
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6640/files
- new: https://git.openjdk.java.net/jdk/pull/6640/files/8a5bb2ee..58d22421
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6640&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6640&range=00-01
Stats: 34 lines in 10 files changed: 9 ins; 4 del; 21 mod
Patch: https://git.openjdk.java.net/jdk/pull/6640.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6640/head:pull/6640
PR: https://git.openjdk.java.net/jdk/pull/6640
More information about the hotspot-dev
mailing list