XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • 11.0.0.Dev04
    • 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

    Description

      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.

      Attachments

        Activity

          People

            wburns@redhat.com Will Burns
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: