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

Test runtime/NMT/HugeArenaTracking.java is failing on 32bit Windows

XMLWordPrintable

    • b23
    • x86
    • windows

        The test runtime/NMT/HugeArenaTracking.java reintroduced with JDK-8234270 fails on Windows 32bit.
        On Windows 32 bit the address space is only 2GB if the binaries do not have the LARGEADDRESSAWARE flag set. As the java binary is linked without this flag it cannot allocate more than 2GB.
        The test tries to allocate 2GB+ in a loop - this will always fail on Windows 32bit.
        I would suggest to problem list the test for Windows 32bit.

              zgu Zhengyu Gu
              azeller Arno Zeller
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated:
                Resolved: