A DESCRIPTION OF THE PROBLEM :
The state fields are called WAIT and TIMED_WAIT, but in the documentation it is named WAITED and TIMED_WAITED.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
In the java.lang.VirtualThread class
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Should be "WAIT" and "TIMED_WAIT"
ACTUAL -
Instead the documentation names it WAITED and TIMED_WAITED.
---------- BEGIN SOURCE ----------
Not needed - refer to java.lang.VirtualThread class
---------- END SOURCE ----------
CUSTOMER SUBMITTED WORKAROUND :
Not needed
FREQUENCY : always