Skip to content

Commit a07334f

Browse files
committed
Update description in java.md.
1 parent 4dd5340 commit a07334f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/java.base/share/man/java.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
# or visit www.oracle.com if you need additional information or have any
2121
# questions.
2222
#
23+
# SapMachine 2025-12-10 Changed description of UseTransparentHugePages which is
24+
# tested by us.
2325

2426
title: 'JAVA(1) JDK @@VERSION_SHORT@@ | JDK Commands'
2527
date: @@COPYRIGHT_YEAR@@
@@ -1576,9 +1578,11 @@ These `java` options control the runtime behavior of the Java HotSpot VM.
15761578

15771579
`-XX:+UseTransparentHugePages`
15781580
: **Linux only:** Enables the use of large pages that can dynamically grow or
1579-
shrink. This option is disabled by default. You may encounter performance
1580-
problems with transparent huge pages as the OS moves other pages around to
1581-
create huge pages; this option is made available for experimentation.
1581+
shrink. The VM may enable this option by default in some environments. You
1582+
may encounter performance problems with transparent huge pages as the OS
1583+
moves other pages around to create huge pages. You may encounter other
1584+
performance problems when only small pages are used as the OS needs to
1585+
maintain a large page table and address translations may become slow.
15821586

15831587
`-XX:+AllowUserSignalHandlers`
15841588
: **Non-Windows:** Enables installation of signal handlers by the application. By default,

0 commit comments

Comments
 (0)