jmc
jmc copied to clipboard
Repository for OpenJDK Mission Control, a production time profiling and diagnostics tools suite. https://openjdk.org/projects/jmc
Sometimes below mentioned artifacts are not getting resolved by *mvn p2:site*. * jetty-security * jetty-server * websocket-core-server * jetty-xml These plugins will be missing in jmc -> releng -> third-party...
Using newer Tycho features to achieve result: Maven dependencies in a target (Tycho 2.2 ): https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md#support-for-m2e-pde-maven-target-locations Nested target to cut down on duplicate third party code (Tycho 2.6): https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md#support-for-nested-targets Note:...
This change introduces a possible replacement for the current flamegraph view. **Motivation** The current is based on a web view. In the current state, - the web view can be...
Add support for aggregating flamegraph by custom attribute. Available attributes are chosen by their content type (number or memory). Added support on StacktraceView: --------- ### Progress - [x] Commit message...
Add a new context menu when clicking on stacktrace view to export selected stacktraces as collapsed format. With this format it's easy to manipulate/filter stacktraces as text file and generate...
Setting back for review. The azure problem requires a fix in Jolokia. Make use of support for JMX service connection in jolokia 1.7.0 and later to connect to JVMs over...
The JMC Agent project is set up in a somewhat awkward way at the moment. The maven.compiler.source and maven.compiler.target properties are set to 1.8 but we enforce a JDK 11...
Currently, the JFR recordings created by the JMC writer will have the start ticks set to the same value as the start timestamp. This will cause problems with the duration...
--------- ### Progress - [x] Commit message must refer to an issue - [ ] Change must be properly reviewed ### Issue * [JMC-7074](https://bugs.openjdk.java.net/browse/JMC-7074): Smart pruning of graphs to make...
Tested on Java 11 x86 and aarch64 (azul, but only builds), and on Java 17 x86 and aarch64. --------- ### Progress - [x] Commit message must refer to an issue...