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

Remove support for pre-Java 6 non-JVM-wide file locking

XMLWordPrintable

    • b01
    • generic
    • generic
    • Not verified

      In Java 6 a system property sun.nio.ch.disableSystemWideOverlappingFileLockCheck was added to control file locking behavior, specifically to enable suppression of JVM-wide file locking so as to provide compatibility with prior Java versions. The old behavior was constrained to check for locks obtained on the channel instance only, not JVM-wide which is what was actually specified. At this point the old behavior should no longer be needed and support for the property should be removed.

        There are no Sub-Tasks for this issue.

            bpb Brian Burkhalter
            bpb Brian Burkhalter
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: