<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<br>
<br>
<div class="moz-cite-prefix">On 10/10/2023 12:52, Michael van Acken
wrote:<br>
</div>
<blockquote type="cite" cite="mid:CAEYHehhr7gJcnNQh06wYU5+WsvwtBQVBpnYuu1SeXzE8VZuA1A@mail.gmail.com">
<div dir="ltr"><br>
<div class="gmail_quote">
<div><br>
</div>
<div>Is there a way to change the number of carrier threads?
Something like "this line in this .java file" would suffice
for me to make images and compare the effect.<br>
</div>
<br>
</div>
</div>
</blockquote>
There's a table of system properties in the java.lang.Thread javadoc
with the configuration, you probably want
-Djdk.virtualThreadScheduler.maxPoolSize=<N> for your testing.
It's hard to know what to take from your mail as virtual thread are
only going to help if most of the time is spent blocking at the
queue, the compilation and class generation tasks seem very compute
bound.<br>
<br>
-Alan<br>
</body>
</html>