Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
92 views

Why does javac checkcast arrays twice?

Examining bytecode, I've noticed javac seems to duplicate checkcast instructions when casting to array types. Cast.java: class Cast { void test(Object a) { Object[] b = (Object[])b; } } ...
1
vote
2answers
195 views

Is it possible to cache JSP bytecode to avoid recompiles w/ Tomcat?

Is there any way of caching the bytecode for JSP webapps/ In particular, using Tomcat as the Java servlet? I'm getting really fed up of Tomcat taking up all the CPU for 10 minutes while it compiles 4 ...
0
votes
1answer
73 views

Jikes RVM as distributed compiler

Can we use Jikes RVM as distributed compiler? Thanks Rahul
0
votes
3answers
159 views

Does Liferay require the Jikes compiler?

All Liferay docs seem to suggest that it is necessary to install the Jikes compiler in addition to the JDK. Is this really needed, to do Liferay portlet dev, or can I just suffice with the JDK.