3 Replies Latest reply on Jul 7, 2003 10:49 AM by adrian.brock

    Compilation time 3.2.0 vs 3.2.1

    velli

      Hi,

      I noticed, that the compilation time of JSP takes a lot longer on 3.2.1 than it does on 3.2.0. - 3.2.1 seems to invoke javac.exe for each compilation, which takes a lot of time to load. With 3.2.0 this was not the case.

      I hope someone is willing to explain the cause en hopefully the solution of this issue.

      Regards and many thanks,

      Velli

        • 1. Re: Compilation time 3.2.0 vs 3.2.1

          There was a memory leak in java1.4.0's javac that could only
          be worked around by running a new jvm.
          Also, javac generates a tonne of garbage which you
          probably don't want in your main heap.

          Regards,
          Adrian

          • 2. Re: Compilation time 3.2.0 vs 3.2.1
            velli

            I Agree, i do not want that. But i am still confused, changing vm's does not seem to change my problem. I have tried with 1.4.0_03 aswel as 1.4.2 and the problem still remains on both vm's.
            Jboss 3.2.0 compiles in no time while 3.2.1 takes forever. How can i make Jboss 3.2.1 not to use javac.exe like Jboss 3.2.0 does.

            Anyway warjort, thanks for the reply.

            • 3. Re: Compilation time 3.2.0 vs 3.2.1

              If it is configurable it will be somewhere in the
              jetty/tomcat/jasper config.
              When we build jboss, we don't know what jvms it will run on.

              Regards,
              Adrian