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

javac -O should have -nodepend

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 1.1.6
    • tools
    • x86
    • windows_nt



      Name: tb29552 Date: 06/17/98


      javac -O automatically assumes -depend. This is
      documented in javac's docs. For a large project
      where classes in different packages refer to each
      other, individual java files are compiled multiple
      times (hours!!) just because they are referred
      multiple times.

      Either javac -O should not assume -depend or there
      should another flag -nodepend which will not compile
      dependencies automatically. Also, the timestamps of
      source and .class files should be checked before
      files are compiled.
      (Review ID: 33288)
      ======================================================================

            dstoutamsunw David Stoutamire (Inactive)
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: