RFR: JDK-8293313: NMT: Rework MallocLimit [v2]

Thomas Stuefe stuefe at openjdk.org
Mon Jan 16 16:22:14 UTC 2023


On Mon, 16 Jan 2023 11:09:50 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>> 
>>  - Merge branch 'master' into JDK-8293313-NMT-fake-oom
>>  - MallocLimit
>
> src/hotspot/share/services/mallocLimit.hpp line 33:
> 
>> 31: #include "utilities/globalDefinitions.hpp"
>> 32: 
>> 33: enum class malloclimit_mode_t {
> 
> Can we use Hotspot style (`MallocLimitMode`) for this and `malloclimit_t`?

Well, `MallocLimit` would class with the option name. I'll think of something.

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

PR: https://git.openjdk.org/jdk/pull/11371


More information about the hotspot-dev mailing list