JDK-8242622 : Introduce MetaspaceReclaimPolicy
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2020-04-14
  • Updated: 2020-12-04
  • Resolved: 2020-12-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 16
16Resolved
Related Reports
CSR :  
Duplicate :  
Description
Companion issue to track CSR "Introduce MetaspaceReclaimStrategy production switch".
Comments
Sorry Dan & Thanks.
04-12-2020

Bugs should only be closed as "Fixed" when there is an associated changeset. It looks like this bug should be closed as a duplicate of: JDK-8251158: Implementation of JEP 387: Elastic Metaspace
04-12-2020

It looks like the option MetaspaceReclaimPolicy was introduced here: $ git blame src/hotspot/share/runtime/globals.hpp | grep MetaspaceReclaimPolicy Blaming lines: 100% (2520/2520), done. 7ba6a6bf003b src/hotspot/share/runtime/globals.hpp (Thomas Stuefe 2020-10-20 06:48:09 +0000 1577) product(ccstr, MetaspaceReclaimPolicy, "balanced", $ git log -r 7ba6a6bf003b^! commit 7ba6a6bf003b810e9f48cb755abe39b1376ad3fe Author: Thomas Stuefe <stuefe@openjdk.org> Date: Tue Oct 20 06:48:09 2020 +0000 8251158: Implementation of JEP 387: Elastic Metaspace Reviewed-by: lkorinth, coleenp, iklam, rrich
04-12-2020