You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Tomas Hulek <th...@cz.ibm.com> on 2000/11/28 15:24:42 UTC

mod_jserv/6904: Java compilation with wrong flags

>Number:         6904
>Category:       mod_jserv
>Synopsis:       Java compilation with wrong flags
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jserv
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Nov 28 06:30:03 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     thulek@cz.ibm.com
>Release:        N/A
>Organization:
apache
>Environment:
AIX adis 2 4 000004003400
>Description:
In short: when compiled as documented, the Java portion of Jserv is compiled without optimization.

In the Makefiles that are generated using configure the option $(JAVAC_OPT) is used to set compile flags, however $(JAVACX_OPT) is actually used on the compiler command line.

Therefore, any settings (eg. '-O' or '-g -deprecated') are ignored.
>How-To-Repeat:
Just compile the standard distribution and watch the flags with which javac is launched.
>Fix:
It is hidden somewhere configure.in or acinclude.m4 (aclocal.m4) - I did not study the configure mechanism in detail.

(to fix it for me I just hacked configure)
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]