× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks for the info! I was unaware that CRTJVAPGM had been deprecated. I'll 
definitely keep that in mind, as we may end up running some Java on the iSeries 
in the not-too-distant future.

Thanks,
Kelly


-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx
[mailto:java400-l-bounces@xxxxxxxxxxxx]On Behalf Of Joe Pluta
Sent: Tuesday, February 21, 2006 9:35 AM
To: 'Java Programming on and around the iSeries / AS400'
Subject: RE: Newbie query for JAVA on AS400


Hi Kelly!

I posted recently on MIDRANGE-L that the CRTJVAPGM has been deprecated.

Blair Wyman's presentation to COMMON Europe last year:

http://common-es.info/files/RoadShow2005/JavaPerformance.pdf

In it, Blair says specifically (slide 23) that there are two modes:
java.compiler=jitc and java.compiler=jitc_de.  The second one is the "Direct
Execution" mode which requires CRTJVAPGM to be run on the JAR files; this is
generally slower than the other setting, which uses the JIT compiler, and
has been since V5R2.

Since CRTJVAPGM is pretty much the only optimization we programmers can do,
this implies that we really don't need to compile or optimize Java classes
on the iSeries.

The jt400Native.jar file is a little different; that's optimized to bypass
some of the sockets stuff used to access the various iSeries servers as well
as taking advantage of the current job and user the JVM is running under, so
it's always best to use that particular JAR file when appropriate.  I would
NOT, however, optimize the JAR using CRTJVAPGM; I'd let the JIT compiler do
what it is so very good at.

Joe

> From: Kelly Cookson
> 
> If you plan to run Java on the iSeries, you may want to store .java source
> files in the IFS so you can run iSeries optimizations when you compile
> them into classes. I believe IBM has already optimized parts of the
> Toolbox for Java for use on the iSeries, though I am not familiar with
> running Toolbox for Java classes on the iSeries.



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.