Could not find field with name 'virtual' in reader for 'thread'
Open
@thurka is already working on this.
Since Jun 2, 2023.
bug
- Dominant language
- Java
- Stars
- 3.3k
- Forks
- 334
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce:
- Open JFR snapshot from dev. build of JDK 21 (jfr-1685451518486.jfr.gz)
- There is warning in the messages.log:
WARNING [org.openjdk.jmc.flightrecorder.internal.parser.v1.ValueReaders$ReflectiveReader]: Could not find field with name 'virtual' in reader for 'thread'
This is likely caused by JFR support of Virtual Threads JEP 444.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.