java: async-profiler: prepare for next major release #745
Labels
defined-and-prioritized
Tickets that have fully defined the desired outcome & are prioritized to be developed.
runtime/java
The next async-profiler release (coming after 2.9) includes a few changes that will break gProfiler and require our preparation. We prepare ahead of time because I'd like to use the new version as soon as it's released - new features and bugfixes are always good.
The 2 breaking changes I'm aware of now are:
asprof
and we need to use the API it provides to start/stop/dump async-profiler.run_jattach
so we can expose it with a subcommand, then for our usage of getting JVM flags etc we can use this new subcommand. Alternatively, we can build jattach separately, but I prefer the previous solution.The text was updated successfully, but these errors were encountered: