From 47626bebd1e1be76cd53a1f4c0d320c8f3bd7322 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 15 May 2021 08:54:46 +0100 Subject: [PATCH] Note that the heapdump endpoint requires a HotSpot JVM Closes gh-26467 --- .../src/docs/asciidoc/production-ready-features.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc index 4be77b65fed..8996ac196a2 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc @@ -135,6 +135,7 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey) | `heapdump` | Returns an `hprof` heap dump file. + Requires a HotSpot JVM. | `jolokia` | Exposes JMX beans over HTTP (when Jolokia is on the classpath, not available for WebFlux).