Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8292363

AIX build fails in os_aix.cpp

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 20
    • hotspot
    • ppc
    • aix

      Currently the AIX build fails with the following error :

      src/hotspot/os/aix/os_aix.cpp:2305:19: error: cannot initialize a parameter of type 'size_t' (aka 'unsigned long') with an lvalue of type 'int ()'
        _page_sizes.add(os::vm_page_size);
                        ^~~~~~~~~~~~~~~~
      src/hotspot/share/runtime/os.hpp:176:21: note: passing argument to parameter 'pagesize' here
          void add(size_t pagesize);
                          ^

            Unassigned Unassigned
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: