Fix for "libjava.so not found"; Also sunwjit

1999-08-18 Thread Marc Rubin, Jay's Island Software Development & Consulting
fixed the problem. I chose to embed the 'export...' in an alias called 'jenv'. A more detailed explanation of this issue is available, if anyone is interested. With that fixed, I immediately encountered another message: "Warning: JIT compiler "sunwjit" not fo

Re: Can't find sunwjit

1999-07-26 Thread Wen-Lan Wang
3.1 servlet runner: > > Warning: JIT compiler "sunwjit" not found. Will use interpreter. > > Any ideas why? Where do I get sunwjit from? I thought it came with JDK1.2. > > I'm using the glibc2.0 version of JDK1.2

Re: Can't find sunwjit

1999-07-26 Thread Rudi Streif
Date: Monday, July 26, 1999 4:40 PM Subject: Can't find sunwjit >I'm getting this warning when trying to use the Linux JDK1.2pre-v2 from the >JRun 2.3.1 servlet runner: > >Warning: JIT compiler "sunwjit" not found. Will use interpreter. > >Any ideas why? Wh

Can't find sunwjit

1999-07-26 Thread Tauren Mills
I'm getting this warning when trying to use the Linux JDK1.2pre-v2 from the JRun 2.3.1 servlet runner: Warning: JIT compiler "sunwjit" not found. Will use interpreter. Any ideas why? Where do I get sunwjit from? I thought it came with JDK1.2. I'm using the glibc2.0 versio

sunWJit

1999-06-24 Thread Anonymous
Hi, has anybody tried sunwjit with blackdown 1.1.7 ? I tried it and it seems that blackdown with this JIT is slower then without it. Has anybody any ideas whats going on ? Thanks Holger -- To UNSUBSCRIBE, email to [EMAIL

Re: sunwjit

1999-06-23 Thread Anonymous
Rachel Greenham wrote: > > Nathan Meyers wrote: > > > > "Nolte, Holger" wrote: > > > > > > Hi, > > > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell > > > me where to get it ? > > > > Yes. It

Re: sunwjit

1999-06-23 Thread Anonymous
Rachel Greenham wrote: > > Nathan Meyers wrote: > > > > "Nolte, Holger" wrote: > > > > > > Hi, > > > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell > > > me where to get it ? > > > > Yes. It

Re: sunwjit

1999-06-23 Thread Anonymous
Nathan Meyers wrote: > > "Nolte, Holger" wrote: > > > > Hi, > > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell > > me where to get it ? > > Yes. It's bundled with JDK1.2/JRE1.2. However, it conti

Re: sunwjit

1999-06-23 Thread Anonymous
"Nolte, Holger" wrote: > > Hi, > what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell > me where to get it ? Yes. It's bundled with JDK1.2/JRE1.2. Nathan -- To UNSUBSCRIBE

sunwjit

1999-06-23 Thread Anonymous
Hi, what is sunwjit ? Is it a jit compiler like TYA for linux ? Can anybody tell me where to get it ? Thanks Holger -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Re: C++ with JNI with JDK1.2pre2 with sunwjit crashes on Linux

1999-06-11 Thread Bob Cadenza
I would like to see an example. --- Marcel Ruff <[EMAIL PROTECTED]> wrote: > Hi, > > I have a little HelloWorldAwt.C sample, which > crashes on Linux when > compiled and linked as C++ code (using g++). > HelloWorldAwt.C invokes via JNI a litle Java popup. > > When disabling the JIT it works f

C++ with JNI with JDK1.2pre2 with sunwjit crashes on Linux

1999-06-10 Thread Marcel Ruff
Hi, I have a little HelloWorldAwt.C sample, which crashes on Linux when compiled and linked as C++ code (using g++). HelloWorldAwt.C invokes via JNI a litle Java popup. When disabling the JIT it works fine. But: --- Compiled and linked as C (using cc) it runs fine (with or without JIT) The p

Re: sunwjit slows down JDK

1999-06-09 Thread Cees de Groot
[EMAIL PROTECTED] said: > If you need real Java speed you should quickly switch to Windows or > buy a RS 6000 computer + software ;) I'm physically allergic to Windows and don't have the dough for the second option, so I think I'll just make do with my dual 400Mhz Pentium box :-). (which will

Re: sunwjit slows down JDK

1999-06-09 Thread Albrecht Kleine
> Looks like the SUNWjit beats TYA by a large margin (and, without putting > down the tremendous effort that TYA represents, I more-or-less expected If you need real Java speed you should quickly switch to Windows or buy a RS 6000 computer + software ;) Cheers Al

Re: sunwjit slows down JDK

1999-06-09 Thread Michael Emmel
Steve Byrne wrote: > Scott Murray <[EMAIL PROTECTED]> writes: > > > > > On Tue, 8 Jun 1999, Bob Cadenza wrote: > > > > [snip] > > > For images this is almost 5 times as slow in jdk1.2. You can even see > > > it, the benchmark even redraws itself noticably slow. > > > > You can chalk that differe

Re: sunwjit slows down JDK

1999-06-08 Thread Steve Byrne
Scott Murray <[EMAIL PROTECTED]> writes: > > On Tue, 8 Jun 1999, Bob Cadenza wrote: > > [snip] > > For images this is almost 5 times as slow in jdk1.2. You can even see > > it, the benchmark even redraws itself noticably slow. > > You can chalk that difference up to the addition of Java2D in

Re: sunwjit slows down JDK

1999-06-08 Thread Scott Murray
On Tue, 8 Jun 1999, Bob Cadenza wrote: [snip] > For images this is almost 5 times as slow in jdk1.2. You can even see > it, the benchmark even redraws itself noticably slow. You can chalk that difference up to the addition of Java2D in JDK 1.2. Check out the number 1 bug in Bug Parade, #4185726

Re: sunwjit slows down JDK

1999-06-08 Thread Bob Cadenza
> 626, 0, 62 > JDK1.2v1 > TYA 1.3v2: 731, 1422, 2626, 1196, 980, 687, > 417, 0, 31 > SUNWjit: 1808, 3115, 9149, 1077, 1773, 2355, > 457, 0, 32 > none: 398, 447, 459, 665, 411, 407, > 479, 0, 31 > unset = SUNWjit: > JDK1.2v3 > SUNWjit:

Re: sunwjit slows down JDK

1999-06-08 Thread Cees de Groot
>> JDK1.2v3 > ^^ >Is this a typo? If not, where can I get the new version? Upon a cursory >look, I didn't see it at the mirrors. > It's a typo. -- Cees de Groot http://www.cdegroot.com <[EMAIL PROTECTED]> --

RE: sunwjit slows down JDK

1999-06-08 Thread Harold G. Andrews II
Ummm, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 08, 1999 3:34 PM > To: [EMAIL PROTECTED] > Subject: Re: sunwjit slows down JDK > > > I don't understand what everybody's perception is here, b

Re: sunwjit slows down JDK

1999-06-08 Thread Cees de Groot
JDK1.1.7: TYA 1.2v4: 811, 1559, 3011, 1753, 1074, 927, 626, 0, 62 JDK1.2v1 TYA 1.3v2: 731, 1422, 2626, 1196, 980, 687, 417, 0, 31 SUNWjit: 1808, 3115, 9149, 1077, 1773, 2355, 457, 0, 32 none: 398, 447, 459, 665, 411, 407, 479, 0, 31 unset = SUNWjit: JDK1.2v3

Re: sunwjit slows down JDK

1999-06-08 Thread Nelson Minar
>This posting reminded me of my many struggles trying to find a neatly >compiled list of java properties. Does anyone know if such a list >exists for JDK properties? There's an excellent list in the Java Developer's Almanac, an all-around nifty reference: http://www.amazon.com/exec/obidos/ASIN/0

Re: sunwjit slows down JDK

1999-06-07 Thread kornel c
. kornel. - Original Message - From: Nathan Meyers <[EMAIL PROTECTED]> To: Bob Cadenza <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 07, 1999 4:37 PM Subject: Re: sunwjit slows down JDK >Bob Cadenza wrote: >> >> I have been getting very

Re: sunwjit slows down JDK

1999-06-07 Thread Mike Greaves
Paul Ignacio Pacheco Piemonti wrote: > > with sunwjit: It takes about 28 seconds to load. > without a JIT: It takes about 19 seconds to load. > with tya: it takes about 13 seconds to load. And I was just noting how much of a boost the sunwjit seems

Re: sunwjit slows down JDK

1999-06-07 Thread Nathan Meyers
Bob Cadenza wrote: > > I have been getting very slow performance also, but didn't know what > might be causing it. Exactly how do you disable the JIT, and what is > TYA? I realize I am a newbie, but please enlighten me. You use a command-line option to choose your JIT (or lack of JIT). For no

Re: sunwjit slows down JDK

1999-06-07 Thread Bob Cadenza
ing the following system: > > Intel celeron 333, with 64MB > Linux RedHat 6.0 > jdk1.2v2 for glibc 2.1 > > And the jdk works fine. However, I have notticed > some very strange performance > results. For example, when I start swingset, I get > th

sunwjit slows down JDK

1999-06-07 Thread Paul Ignacio Pacheco Piemonti
: with sunwjit: It takes about 28 seconds to load. without a JIT: It takes about 19 seconds to load. with tya: it takes about 13 seconds to load. This kind of behaviour seems to continue even after all the classes have been loaded and normal execution takes place