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

File.setLastModified(long) has GC-dependent failure (win98)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 1.2.1, 1.2.2
    • core-libs
    • x86
    • windows_95, windows_98

      Name: krT82822 Date: 06/03/99


      The call to java.io.File.setLastModified() will occasionally fail
      on Windows98 machines using FAT32 filesystem.

      This happens on plain files, not directories as suggested by
      the fixes to 4177432 and 4156354.

      The standard JIT shows this symptom the most.
      Turning off JIT reduces the frequency of the problem.
      Performing a gc() just prior to the setLastModified() call
      in addition to turning off the JIT seems to make it work
      almost all of the time. This suggests a resource retention
      bug.

      Using HOTSPOT JIT with its GC scheme also improves but doesn't
      fix the problem.

      Please contact me for an example and script to evoke the problem.
      (Review ID: 83748)
      ======================================================================

            alanb Alan Bateman
            kryansunw Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: