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

javac outputs .class files for an entire package at once

XMLWordPrintable

    • sparc
    • solaris_2.4, solaris_2.6

      If I have two classes under the same package (defined in different files) and compile one
      of the files which defines them, javac seems to always output a .class file for both of them.

      This makes use of parallel make to speed up compiles impossible, since two javac
      processes running simultaneously (one to compile each .java file) and writing to
      the same .class files tend to clobber each other's output.

            wmaddoxsunw William Maddox (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: