Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/hotspot/share/jvmci/jvmci_globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,11 @@ class fileStream;
"on the HotSpot heap. Defaults to true if UseJVMCICompiler or " \
"EnableJVMCI is true and a JVMCI native library is available.") \
\
product(double, JVMCINativeLibraryThreadFraction, 0.33, EXPERIMENTAL, \
product(double, JVMCINativeLibraryThreadFraction, 0.66, EXPERIMENTAL, \
"The fraction of compiler threads used by libjvmci. " \
"The remaining compiler threads are used by C1.") \
"The remaining compiler threads are used by C1. " \
"Reducing this value could reduce the max RSS but " \
"also increase the warmup time.") \
range(0.0, 1.0) \
\
product(ccstr, JVMCINativeLibraryErrorFile, nullptr, EXPERIMENTAL, \
Expand Down