RFR: 8332123: [nmt] Move mallocLimit code to the nmt subdir [v3]
Thomas Stuefe
stuefe at openjdk.org
Sat Jun 1 05:32:01 UTC 2024
On Fri, 31 May 2024 17:12:35 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:
>> Hi all,
>>
>> This PR addresses [8332123](https://bugs.openjdk.org/browse/JDK-8332123) moving malloc limit code under the nmt subdirectory.
>>
>> Thanks,
>> Sonia
>
> Sonia Zaldana Calles 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 four additional commits since the last revision:
>
> - Merge branch 'openjdk:master' into JDK-8332123
> - Updating copyright headers
> - Reordering include statements to alphabetical order
> - 8332123: [nmt] Move mallocLimit code to the nmt subdir
I think mallocLimit.hpp needs either `class outputStream;` forward decl (which is what we usually do for outputStream) or include ostream.hpp.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19462#issuecomment-2143303966
More information about the hotspot-runtime-dev
mailing list