diff --git a/docs/version0.46.md b/docs/version0.46.md index c979b8c086..a182fc0f5f 100644 --- a/docs/version0.46.md +++ b/docs/version0.46.md @@ -29,7 +29,7 @@ The following new features and notable changes since version 0.45.0 are included - [MD5 message digest algorithm support for OpenSSL](#md5-message-digest-algorithm-support-for-openssl) - [Support added for the `com.sun.management.ThreadMXBean.getTotalThreadAllocatedBytes()` API](#support-added-for-the-comsunmanagementthreadmxbeangettotalthreadallocatedbytes-api) - [The JITServer AOT caching feature enabled by default at the JITServer server](#the-jitserver-aot-caching-feature-enabled-by-default-at-the-jitserver-server) -- [New `-XX:[+|-]EnableExtendedHCR` option added](#new-xx-enableextendedhcr-option-added) +- [The extended Hot Code Replace (HCR) capability disabled and `-XX:[+|-]EnableExtendedHCR` option added](#the-extended-hot-code-replace-hcr-capability-disabled-and-xx-enableextendedhcr-option-added) - [New system property added to improve `jcmd` attaching in case of the `SocketException` error on Windows™ platform](#new-system-property-added-to-improve-jcmd-attaching-in-case-of-the-socketexception-error-on-windows-platform) ## Features and changes @@ -62,9 +62,9 @@ Although this option is by default enabled at the server, it is still disabled f For more information, see [ `-XX:[+|-]JITServerUseAOTCache`](xxjitserveruseaotcache.md). -### New `-XX:[+|-]EnableExtendedHCR` option added +### The extended Hot Code Replace (HCR) capability disabled and `-XX:[+|-]EnableExtendedHCR` option added -By default, the extended Hot Code Replace (HCR) capability in the VM is disabled for all OpenJDK versions. You can enable or disable the HCR capability by using the [`-XX:[+|-]EnableExtendedHCR`](xxenableextendedhcr.md) option. +By default, the extended HCR capability in the VM is disabled for all OpenJDK versions, which is a change from the previous releases. You can enable the HCR capability by using the new option, [`-XX:+EnableExtendedHCR`](xxenableextendedhcr.md) option. The extended HCR feature is deprecated in this release and will be removed in a future release. From OpenJDK 25 onwards, extended HCR will not be supported. Following that, the extended HCR support will be removed from other earlier OpenJDK versions also.