-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
DataGrid Sprint #29, DataGrid Sprint #30, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37, DataGrid Sprint #38, DataGrid Sprint #39
Unfortunately detecting a blocking thread by name is very fragile as a user can change the name of the threads.
Also a non blocking thread is detected by checking the implementation of the thread. This will not work for Java 15 with loom as we may not have a thread but rather a fiber.
We should detect these instead by using a thread group which will work for both and be more explicit.