Integrated: 8257970: Remove julong types in os::limit_heap_by_allocatable_memory
Per Liden
pliden at openjdk.java.net
Fri Dec 11 10:20:59 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()`.
This pull request has now been integrated.
Changeset: b5592c05
Author: Per Liden <pliden at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/b5592c05
Stats: 19 lines in 6 files changed: 0 ins; 0 del; 19 mod
8257970: Remove julong types in os::limit_heap_by_allocatable_memory
Reviewed-by: stefank, tschatzl
-------------
PR: https://git.openjdk.java.net/jdk/pull/1736
More information about the hotspot-dev
mailing list