RFR: 8268388: Update large pages information in Java manpage
Thomas Schatzl
tschatzl at openjdk.java.net
Wed Jun 9 08:39:26 UTC 2021
On Wed, 9 Jun 2021 08:01:46 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:
> Please review this update to the text for large pages in the Java man page.
>
> The text for `LargePageSizeInBytes` was reviewed in this [CSR](https://bugs.openjdk.java.net/browse/JDK-8265517), and this change will integrate them into the actual man page. The *Large Pages* section further down in the man page was also a bit out-dated and have been brushed up a bit.
Lgtm, one additional remark.
src/java.base/share/man/java.1 line 5125:
> 5123: .PP
> 5124: However, large pages page memory can negatively affect system
> 5125: performance.
Suggestion:
However, using large pages can negatively affect system performance.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4425
More information about the hotspot-dev
mailing list