Add support for dumping the heap on OpenJ9

Closes gh-26466
This commit is contained in:
Andy Wilkinson
2021-07-30 13:37:46 +01:00
parent e30bf0e3e5
commit 64c0eceec7
3 changed files with 57 additions and 9 deletions

View File

@@ -97,8 +97,9 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey)
| ID | Description
| `heapdump`
| Returns an `hprof` heap dump file.
Requires a HotSpot JVM.
| Returns a heap dump file.
On a HotSpot JVM, an `HPROF`-format file is returned.
On an OpenJ9 JVM, a `PHD`-format file is returned.
| `jolokia`
| Exposes JMX beans over HTTP (when Jolokia is on the classpath, not available for WebFlux).