RFR: JDK-8280583: Always build NMT [v3]
Thomas Stuefe
stuefe at openjdk.java.net
Wed Jan 26 08:36:44 UTC 2022
> After discussing this on hotspot-runtime-dev [1], the general opinion seems to be that it would be worthwhile to get rid of INCLUDE_NMT and make NMT unconditional. This affects minimal builds only. As pointed out in the mail thread, the overhead is very small and it would get rid of one configuration to build and test.
>
> [1] https://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2022-January/053504.html
>
> Patch removes INCLUDE_NMT from hotspot, as well as dependent macros, as well as the associated build option.
Thomas Stuefe has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
- fix copyrights
- remove INCLUDE_NMT and dependend code
-------------
Changes: https://git.openjdk.java.net/jdk/pull/7213/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7213&range=02
Stats: 243 lines in 28 files changed: 10 ins; 192 del; 41 mod
Patch: https://git.openjdk.java.net/jdk/pull/7213.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7213/head:pull/7213
PR: https://git.openjdk.java.net/jdk/pull/7213
More information about the build-dev
mailing list