RFR: 8257970: Remove julong types in os::limit_heap_by_allocatable_memory

Per Liden pliden at openjdk.java.net
Thu Dec 10 14:48:41 UTC 2020


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()`.

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

Commit messages:
 - 8257970: Remove julong types in os::limit_heap_by_allocatable_memory

Changes: https://git.openjdk.java.net/jdk/pull/1736/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1736&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8257970
  Stats: 19 lines in 6 files changed: 0 ins; 0 del; 19 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1736.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1736/head:pull/1736

PR: https://git.openjdk.java.net/jdk/pull/1736


More information about the hotspot-dev mailing list