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

[AIX] Broken build after 8291945

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 20
    • None
    • hotspot
    • None
    • b12
    • aix

      After JDK-8291945 the following build error was encountered:

      22:23:08 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 ()'
      22:23:08 _page_sizes.add(os::vm_page_size);
      22:23:08 ^~~~~~~~~~~~~~~~
      22:23:08 src/hotspot/share/runtime/os.hpp:176:21: note: passing argument to parameter 'pagesize' here
      22:23:08 void add(size_t pagesize);
      22:23:08 ^
      22:23:08 1 error generated.
      22:23:08 Error while processing src/hotspot/os/aix/os_aix.cpp.

            tsteele Tyler Steele
            tsteele Tyler Steele
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: