]
Ryan Emerson updated ISPN-11927:
--------------------------------
Status: Open (was: New)
Remove Util#threadDump java.lang.management dependencies
--------------------------------------------------------
Key: ISPN-11927
URL:
https://issues.redhat.com/browse/ISPN-11927
Project: Infinispan
Issue Type: Enhancement
Components: REST
Affects Versions: 11.0.0.CR1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 11.0.0.Final
Currently {{Util#threadDump}} utilises {{java.lang.management.ManagementFactory}} and
{{java.lang.management.ThreadMXBean}} to generate the thread dump string. Neither of these
classes work with GraalVM native compilation, therefore we should generate this String
using {{Thread.getAllStackTraces}}.