Integrated: 8292608: [AIX] Broken build after 8291945

Tyler Steele tsteele at openjdk.org
Thu Aug 18 18:06:46 UTC 2022


On Thu, 18 Aug 2022 15:18:01 GMT, Tyler Steele <tsteele at openjdk.org> wrote:

> Improvements to the os class for AIX contained a minor bug.
> 
> 
> - _page_sizes.add(AIX::_page_size);
> + _page_sizes.add(os::vm_page_size);
> 
> 
> `AIX::_page_size` is an `int`, but `os::vm_page_size` is a `() -> int`. Adding the parens (changing vm_page_size to a function call) does the trick.

This pull request has now been integrated.

Changeset: 833bf069
Author:    Tyler Steele <tsteele at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/833bf06905bb616782bdba6947b1edfaf479310f
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8292608: [AIX] Broken build after 8291945

Reviewed-by: shade

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

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


More information about the hotspot-runtime-dev mailing list