File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
2426title : ' JAVA(1) JDK @@VERSION_SHORT@@ | JDK Commands'
2527date : @@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,
You can’t perform that action at this time.
0 commit comments