On Sat, 27 Dec 2025 09:55:58 GMT, Eunbin Son <[email protected]> wrote:
> ### Summary > Fix typo in VirtualThreadSchedulerMXBean Javadoc: "suppored" → "supported". > > ### Description > Line 79 in VirtualThreadSchedulerMXBean.java contains a typo in the `@throws > UnsupportedOperationException` documentation. The word "suppored" is > corrected to "supported". > > ### Bug ID : JDK-8374373 > https://bugs.java.com/bugdatabase/view_bug?bug_id=8374373 This pull request has now been integrated. Changeset: 752f46d6 Author: Eunbin Son <[email protected]> Committer: Alan Bateman <[email protected]> URL: https://git.openjdk.org/jdk/commit/752f46d66250dd44e1b13bbdbd86c70a33be3ac2 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8374373: Typo in VirtualThreadSchedulerMXBean.setParallelism javadoc Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk/pull/29002
