Skip to content

Commit

Permalink
Make JVM flag EnableAllLargePageSizesForWindows non-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanalla committed Sep 10, 2024
1 parent 36bb5f2 commit d48aff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/os/windows/globals_windows.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
product(bool, UseAllWindowsProcessorGroups, false, \
"Use all processor groups on supported Windows versions") \
\
product(bool, EnableAllLargePageSizesForWindows, false, EXPERIMENTAL, \
product(bool, EnableAllLargePageSizesForWindows, false, \
"Enable support for multiple large page sizes on " \
"Windows Server") \
\
Expand Down

0 comments on commit d48aff3

Please sign in to comment.