JDK-4428770 : Most files in libmawt.so need only be compiled twice instead of thrice
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: sparc
  • Submitted: 2001-03-22
  • Updated: 2008-07-23
  • Resolved: 2008-07-23
Related Reports
Relates :  
Description
Currently the files in libmawt.so are being compiled three times (six if you count debug), once each for motif 1.2, 2.1, and headless.  We can speed up build time if we compile the files for 1.2 and 2.1 and only link them into different libraries.  For technical reasons, this may not be possible, but it merits investigation.

Comments
EVALUATION Actually, we've sort of fixed it, it seems, but now it's irrelevant since Motif is phased out in jdk7.
23-07-2008