Skip to content

Commit 7cc7c08

Browse files
rmosanerDoug Simon
authored andcommitted
8337493: [JVMCI] Number of libgraal threads might be too low
Reviewed-by: dnsimon
1 parent f7c7958 commit 7cc7c08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/hotspot/share/jvmci/jvmci_globals.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ class fileStream;
143143
"on the HotSpot heap. Defaults to true if UseJVMCICompiler or " \
144144
"EnableJVMCI is true and a JVMCI native library is available.") \
145145
\
146-
product(double, JVMCINativeLibraryThreadFraction, 0.33, EXPERIMENTAL, \
146+
product(double, JVMCINativeLibraryThreadFraction, 0.66, EXPERIMENTAL, \
147147
"The fraction of compiler threads used by libjvmci. " \
148-
"The remaining compiler threads are used by C1.") \
148+
"The remaining compiler threads are used by C1. " \
149+
"Reducing this value could reduce the max RSS but " \
150+
"also increase the warmup time.") \
149151
range(0.0, 1.0) \
150152
\
151153
product(ccstr, JVMCINativeLibraryErrorFile, nullptr, EXPERIMENTAL, \

0 commit comments

Comments
 (0)