RFR: JDK-8317683: Add JIT memory statistics [v2]

Thomas Stuefe stuefe at openjdk.org
Wed Oct 11 13:26:11 UTC 2023


On Wed, 11 Oct 2023 12:18:05 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

> CollectMemStat

Okay, I can do that.

> Also, I know it is not currently an option to specify enum values for cflag types but it would be more coherent from a user perspective if there was one compiler directive with 3 possible values
> 
> ```
>   MemStat = Off*/Collect/Print     *=default
> ```

Sounds like a good idea, but I would like to keep framework changes out of this patch since that makes later backporting easier.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16076#issuecomment-1757693138


More information about the hotspot-compiler-dev mailing list