RFR: 8257970: Remove julong types in os::limit_heap_by_allocatable_memory
Stefan Karlsson
stefank at openjdk.java.net
Thu Dec 10 15:21:34 UTC 2020
On Thu, 10 Dec 2020 14:44:00 GMT, Per Liden <pliden at openjdk.org> wrote:
> Please review this cleanup. In the review of JDK-8257901, the request came up to change the `julong` types (return value, arguments) in `os::limit_heap_by_allocatable_memory()` to `size_t`. This change of types also propagates to `os::has_allocatable_memory_limit()`.
Marked as reviewed by stefank (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/1736
More information about the hotspot-dev
mailing list