You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related: eclipse-openj9#17554
Currently, the default mode is “onStarted”. This adds the continuation
to the list only when the VirtualThread (or the Continuation) starts.
The “onCreated” mode adds to the list as soon as the VirtualThread
(or the Continuation) object is created. This mode is needed if JVMTI
is used. So, the default is changed to “onCreated” until we can
dynamically determine that JVMTI won’t be used.
With “onStarted” as default, the following failures started to occur
last week:
- eclipse-openj9#17784
- eclipse-openj9#17791 (intermittent)
- eclipse-openj9#17782 (intermittent)
Signed-off-by: Babneet Singh <[email protected]>
Failure link
From an internal build(
ub20-aarch64-5
):Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
50x internal grinder - 1 failure (in grinder on ub20-aarch64-1)
The text was updated successfully, but these errors were encountered: