JDK version: Java HotSpot(TM) 64-Bit Server VM (build 21.0.2+13-LTS-58, mixed mode, sharing)
OS: Ubuntu 23.10
Problem Description
We are seeing "platform pinning", for various reasons. One of which could be attribute to through a Helidon JTA specific code path. @danielkec asked me to raise an issue for this to investigate further.
I started observing this after applying this parameter -Djdk.tracePinnedThreads
I now know that I should probably use JFR events for pinning detection. By that as it may, with the above, one of the observed pinned threads showed this stack:
Environment Details
Problem Description
We are seeing "platform pinning", for various reasons. One of which could be attribute to through a Helidon JTA specific code path. @danielkec asked me to raise an issue for this to investigate further.
I started observing this after applying this parameter
-Djdk.tracePinnedThreads
I now know that I should probably use JFR events for pinning detection. By that as it may, with the above, one of the observed pinned threads showed this stack: