Uploaded image for project: 'Java Mission Control'
  1. Java Mission Control
  2. JMC-6679

JMC should support project Loom JFR changes

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: P2 P2
    • 9.1.0
    • None
    • Mission Control Core
    • None

      Project loom now have JFR events, but our parser currently do not support some of the changes made. One change is that the thread type now have a boolean isVirtual field.

       <Type name="Thread" label="Thread">
          <Field type="string" name="osName" label="OS Thread Name" />
          <Field type="long" name="osThreadId" label="OS Thread Id" />
          <Field type="string" name="javaName" label="Java Thread Name" />
          <Field type="long" name="javaThreadId" label="Java Thread Id" />
          <Field type="ThreadGroup" name="group" label="Java Thread Group" />
          <Field type="boolean" name="isVirtual" label="Virtual Thread" />
        </Type>

      We must ensure that we can parse recordings produced by project Loom.

            hirt Marcus Hirt
            hirt Marcus Hirt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: