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

Remove use of JVM_Open/JVM_Close functions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 9
    • core-libs
    • None


      This bug is submitted to remove the usage of the JVM_Open and JVM_Close functions from the zip code:

      src/share/native/java/util/zip/zip_util.c: return JVM_Open(fname, flags, 0);
      src/share/native/java/util/zip/zip_util.c: JVM_Close(zfd);
      src/share/native/java/util/zip/ZipFile.c: zfd = JVM_Open(path, flag, 0);

      HotSpot would like to remove these functions from the JVM interface (along with many other file and socket functions).

            sherman Xueming Shen
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: