ADDITIONAL SYSTEM INFORMATION :
Generic / MacOS / JDK 24 and JDK 25
A DESCRIPTION OF THE PROBLEM :
src/jdk.management/share/classes/jdk/management/VirtualThreadSchedulerMXBean.java line 79 contains a typo "suppored" instead of "supported" in the Javadoc.
The `setParallelism` method Javadoc at line 79 contains the text "is not suppored by the scheduler".
The word "suppored" is a typo. The correct spelling is "supported".
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
N/A - Documentation typo.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The Javadoc is expected to use correct spelling.
ACTUAL -
The Javadoc contains the typo "suppored".
Generic / MacOS / JDK 24 and JDK 25
A DESCRIPTION OF THE PROBLEM :
src/jdk.management/share/classes/jdk/management/VirtualThreadSchedulerMXBean.java line 79 contains a typo "suppored" instead of "supported" in the Javadoc.
The `setParallelism` method Javadoc at line 79 contains the text "is not suppored by the scheduler".
The word "suppored" is a typo. The correct spelling is "supported".
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
N/A - Documentation typo.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The Javadoc is expected to use correct spelling.
ACTUAL -
The Javadoc contains the typo "suppored".
- links to
-
Commit(master)
openjdk/jdk/752f46d6
-
Review(master)
openjdk/jdk/29002