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

UL: File size limit on 32 bit Linux

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • None
    • 9
    • b127

      http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2016-May/019311.html
      http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2016-May/019380.html

      LogFileOutput for UL uses fopen(3) to open logfile.
      However, it might not handle > 2GB size file.

        http://man7.org/linux/man-pages/man2/open.2.html

      Actually, JDK-7122222 added _FILE_OFFSET_BITS macro for GC log.
      I guess we need this macro for UL.

            ysuenaga Yasumasa Suenaga
            ysuenaga Yasumasa Suenaga
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: