< prev index next >

src/java.base/share/classes/java/lang/Thread.java

Print this page
*** 188,12 ***
   *   <tbody>
   *   <tr>
   *     <th scope="row">
   *       {@systemProperty jdk.virtualThreadScheduler.parallelism}
   *     </th>
!  *     <td> The number of platform threads available for scheduling virtual
!  *       threads. It defaults to the number of available processors. </td>
   *   </tr>
   *   <tr>
   *     <th scope="row">
   *       {@systemProperty jdk.virtualThreadScheduler.maxPoolSize}
   *     </th>
--- 188,12 ---
   *   <tbody>
   *   <tr>
   *     <th scope="row">
   *       {@systemProperty jdk.virtualThreadScheduler.parallelism}
   *     </th>
!  *     <td> The scheduler's target parallelism. It defaults to the number of
!  *       available processors. </td>
   *   </tr>
   *   <tr>
   *     <th scope="row">
   *       {@systemProperty jdk.virtualThreadScheduler.maxPoolSize}
   *     </th>
< prev index next >