Re: Saving JIT work?

2003-05-29 Thread Marco Trevisan
Hi, Eugene Rosenzweig wrote: However the code size would grow dramatically, for every java class there would be an executable cache which would probably more than double the effective size of the class takes up on disk. And there is another reason for not doing this. Here is a snapshot of: http:

Re: Saving JIT work?

2003-05-29 Thread Eugene Rosenzweig
It is certainly an enticing idea. JIT compilation offers even more code optimisation than conventional pre-compilation so it would be quite interesting what would happen if someone did write a jvm with jit and an executable caching scheme. The jvm would jit-compile the code and save the results to

Re: Saving JIT work?

2003-05-27 Thread Larry Meadors
I do everyday. But it is an older model (730?) and it is painfully slow - native or not. A P3-500 linux workstation is orders of magnitude faster. >>> Charles Forsythe 05/27/03 3:29 PM >>> P.S. No, I haven't deployed on an AS/400, but I've had a couple of projects that were intending to at a futu

Re: Saving JIT work?

2003-05-27 Thread Charles Forsythe
John R MacMillan wrote: |> Are there any JITs that save what they do? [...] I've been told that IBM's JVM for iSeries (AS/400) does this, but I don't know that first-hand. Discussing the AS/400 is off-topic for this list, but if you have an interest in JIT's or JVM's. you will probably fi

Re: Saving JIT work?

2003-05-27 Thread Christopher Smith
On Tue, 2003-05-27 at 05:34, John R MacMillan wrote: > |> Are there any JITs that save what they do? [...] > > I've been told that IBM's JVM for iSeries (AS/400) does this, but I > don't know that first-hand. Yes, I forgot about the AS/400 JVM. It has support for this or some variation on this n

JIT 1.4.1

2003-02-05 Thread Matej Pfajfar
Hello, Can anyone recommend a JIT compiler for JDK 1.4.1 on Linux. The only JIT that I have been able to find that supports 1.4 is the IBM jitc included With the IBM SDK. Our code doesn't compile with IBMs toolkit though. Are there any plans on including sunwjit in 1.4.1? Thanks, Mat

Re: Roadmap ? (JIT for PPC)

2002-05-22 Thread Bill Huey
On Wed, May 22, 2002 at 07:31:53AM -0600, Drew Lane wrote: > From what was said here previously, Apple won't share their > code with the Blackdown folks, so a JIT is not in the plans. That's what I've been told too by the Sun folks. > It's too bad that Sun won&#x

Re: Roadmap ? (JIT for PPC)

2002-05-22 Thread Jack Howarth
Drew, I believe the IBM JIT is supposed to work pretty well except they don't have a java plugin for mozilla. However, has anyone considered having Blackdown approach IBM to see if they would donate their JIT code to the Blackdown project?

Re: Roadmap ? (JIT for PPC)

2002-05-22 Thread havemose
what was said here previously, Apple won't share their > code with the Blackdown folks, so a JIT is not in the plans. > > This is certainly very dissapointing as Java without a JIT > can be as slow as mollases (it seems to depend on what you're doing). > > You could try the

Re: Roadmap ? (JIT for PPC)

2002-05-22 Thread Drew Lane
From what was said here previously, Apple won't share their code with the Blackdown folks, so a JIT is not in the plans. This is certainly very dissapointing as Java without a JIT can be as slow as mollases (it seems to depend on what you're doing). You could try the Java SDK fro

Metroworks JIT for PPC

2002-04-01 Thread Drew Lane
Hi, I noticed there is an old JIT compiler for PPC by Metroworks. Will this work with Blackdown 1.3.1 for PPC? Will it be any faster than the interpreter? I think I really need a JIT. Drew -- To UNSUBSCRIBE, email to

Re: JIT or Hotspot?

2002-03-05 Thread Juergen Kreileder
on (build >>Blackdown-1.3.1-02a-FCS)Java HotSpot(TM) Client VM (build >>Blackdown-1.3.1_02a-FCS, mixed mode) > > I'm running Linux on the PPC (Mac), which only appears to have the > "classic" VM.:^( > > Will Blackdown ever have HotSpot or a JIT for this?

Re: JIT or Hotspot?

2002-03-05 Thread Drew Lane
t(TM) Client VM (build Blackdown-1.3.1_02a-FCS, mixed mode) > I'm running Linux on the PPC (Mac), which only appears to have the "classic" VM.:^( Will Blackdown ever have HotSpot or a JIT for this? Thanks, Drew

Re: JIT or Hotspot?

2002-03-05 Thread jordan muscott
On Mon, 04 Mar 2002 20:34:44 -0700 "Drew Lane" <[EMAIL PROTECTED]> wrote: > From what I understand there is no JIT or Hotspot in Blackdown, correct? > >What's the status of this exactly? Can we expect to see one soon? > >I haven't had much problem

Re: JIT or Hotspot?

2002-03-05 Thread jordan muscott
On Mon, 04 Mar 2002 20:34:44 -0700 "Drew Lane" <[EMAIL PROTECTED]> wrote: > From what I understand there is no JIT or Hotspot in Blackdown, correct? > >What's the status of this exactly? Can we expect to see one soon? > >I haven't had much problem

JIT or Hotspot?

2002-03-04 Thread Drew Lane
From what I understand there is no JIT or Hotspot in Blackdown, correct? What's the status of this exactly? Can we expect to see one soon? I haven't had much problem with Blackdown, but it is a bit too slow without a JIT. I was going to try IBM Java for Linux, but I'm stuck

Re: Novice user requesting help with JIT and RedHat Sparc Linux 6.1

2001-09-03 Thread Matthew Jensen
> I run RedHat Linux 6.1 on an Ultra 5 sparc, bog standard installation > - GNOME rather than KDE. Yesterday I installed > jdk-1.2.2-RC4-linux-sparc-glibc-2.1.2.sh and as far as I can see from > the README's JIT is turned on by default. Yet what I get is: > >

Novice user requesting help with JIT and RedHat Sparc Linux 6.1

2001-09-03 Thread Jo_Mills
the README's JIT is turned on by default. Yet what I get is: Warning: JIT compiler "sunwjit" not found. Will use interpreter. I'm obviously doing something stupid but after spending all morning searching the web for an answer I'm getting nowhere fast. Please w

JIT, JRE, and SDK on Linux

2001-08-30 Thread david . bennett
We have been looking into using JIT with our application. I've tried JIT (using j2sdk-1.3.0-FCS-linux-i386 and the classic VM), and our application seems to run faster with it than with the HotSpot VM. I'd like to use JIT, but JIT doesn't seem to be in Blackdown's j2re-

RE: JIT for Blackdown 1.1.8

2001-01-28 Thread Stefaan A Eeckels
On 28-Jan-2001 Volker wrote: > does anybody know a JIT for 1.1.8??? TYA works quite well. Stefaan -- Ninety-Ninety Rule of Project Schedules: The first ninety percent of the task takes ninety percent of the time, and the last ten percent takes the other ninety perc

JIT for Blackdown 1.1.8

2001-01-28 Thread Volker
Hi, does anybody know a JIT for 1.1.8??? Thanks Volker -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Blackdown 1.1.8 JIT ??

2001-01-28 Thread Volker
Hallo, nachdem ich nun sicher bin, dass der Metrowerks JIT nur für PPC verfügbar ist und daher bei mir nicht lief: Gibt es einen anderen JIT für Blackdown JAVA 1.1.8??? MfG Volker -- To UNSUBSCRIBE, email to [EMAIL

Metrox JIT nicht gefunden!!??

2001-01-28 Thread Volker
Hallo, will einmal die Blackdown JAVA 1.1.8 Version testen und habe unter http://linuxppc.org/software/java/ den Hinweis auf einen JIT von Metrowerks gefunden und die entsprechenden Binaries runtergeladen und in die entsprechenden Verzeichniss kopiert! Der Versuch, den JIT wie nachfolgend

Re: Performance evaluation of JIT compilers

2000-09-28 Thread Ganesh Sivaraman
using JMark and caffeine Mark. but then Caffeine doesnt do that rigorous tests. And JMark doesnt run as it is applet based and has some problems in running wihtout X. Thanxs, Ganesh. On Mon, 25 Sep 2000, SHUDO Kazuyuki wrote: > Hi folks, > > I've measured performance of JIT c

Performance evaluation of JIT compilers

2000-09-25 Thread SHUDO Kazuyuki
Hi folks, I've measured performance of JIT compilers which work on Linux. If you're interested in, please see http://www.shudo.net/jit/perf/ Evaluated runtime systems are IBM JITC (in IBM JDK 1.3 and 1.1.8), HotSpot Client and Server VM in Sun JDK 1.3, JIT v3 in Kaffe 1.0.6, JBuil

Stupid JIT tricks?

2000-07-05 Thread Avi Cherry
Does anyone know if any of the JDKs available support the tricks that java.lang.Compiler offers? I would like to be able to selectively disable compiling so I can debug running systems without having to restart the system to turn off the JIT in order to enable line numbers. I have

Re: hotspot server jit?

2000-06-14 Thread SHUDO Kazuyuki
> The download page for the sun 1.3 beta states that 'both client > and server' jits are bundled. % java -version java version "1.3.0beta" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07) Java HotSpot(TM) Client VM (build 1.3.0beta-b04, mixed mode) % java -hotspot -version

Re: hotspot server jit?

2000-06-14 Thread Oktay Akbal
On Wed, 14 Jun 2000, noisebrain wrote: > > The download page for the sun 1.3 beta states that 'both client > and server' jits are bundled. I don't see the server - java -server starts the HotSpot-Server-Version java -server -version: java version "1.3.0beta" Java(TM) 2 Runtime Environme

hotspot server jit?

2000-06-14 Thread noisebrain
The download page for the sun 1.3 beta states that 'both client and server' jits are bundled. I don't see the server - am I overlooking it? Perhaps it's intended for the final but didn't make the beta -- To UNSUBSCRIBE, ema

problems with JIT in RC4

2000-01-29 Thread Miloslaw Smyk
Hi, I've installed RC4 on my potato box today and noticed that CPU intensive applets slowed down to a crawl. For example, one of them was eating about 14% of CPU time in RC3 with sunwjit active and now it eats 100%. In fact it looks like switching JIT _off_ in RC4 gives me more speed!? A

Re: 1.2pre2: no green threads with JIT on non-SMP?

2000-01-21 Thread Martin Schröder
On 2000-01-21 13:46:30 +0100, Oliver Fels wrote: > On 21 Jan 00, at 13:09, Martin Schröder wrote: > > build Linux_JDK_1.2_pre-release-v2 -- No. > > > > And if you ask why we use this: It's the only Java2 running with > > 2.0x kernels. > > And the last one actually running on a non glib2.1.2 syst

Re: 1.2pre2: no green threads with JIT on non-SMP?

2000-01-21 Thread Oliver Fels
On 21 Jan 00, at 13:09, Martin Schröder wrote: > build Linux_JDK_1.2_pre-release-v2 -- No. > > And if you ask why we use this: It's the only Java2 running with > 2.0x kernels. And the last one actually running on a non glib2.1.2 system. Oliver _

Re: 1.2pre2: no green threads with JIT on non-SMP?

2000-01-21 Thread Martin Schröder
On 2000-01-21 11:31:29 +, Peter Pilgrim wrote: > [EMAIL PROTECTED] wrote: > > 1.2pre2 doesn't run with -green and JIT; -green works only > > Is this Release Candidate 3 ? build Linux_JDK_1.2_pre-release-v2 -- No. And if you ask why we use this: It's the only Java2

Re: 1.2pre2: no green threads with JIT on non-SMP?

2000-01-21 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > Hi, > on a Suse 6.3 installation (kernel 2.2.13) with only one cpu the > 1.2pre2 doesn't run with -green and JIT; -green works only > without JIT. Native threads work with and without JIT. Any idea > what's wrong? Is this Release Can

Re: 1.2pre2: no green threads with JIT on non-SMP?

2000-01-20 Thread Martin Schröder
On 2000-01-20 14:25:32 +0100, Martin Schröder wrote: > Hi, > on a Suse 6.3 installation (kernel 2.2.13) with only one cpu the > 1.2pre2 doesn't run with -green and JIT; -green works only > without JIT. Native threads work with and without JIT. Any idea > what's wrong? A

1.2pre2: no green threads with JIT on non-SMP?

2000-01-20 Thread Martin Schröder
Hi, on a Suse 6.3 installation (kernel 2.2.13) with only one cpu the 1.2pre2 doesn't run with -green and JIT; -green works only without JIT. Native threads work with and without JIT. Any idea what's wrong? Best regards Martin -- Martin Schröder, [EMAIL

Re: JIT/Hotspot/Interpretor Information

1999-12-09 Thread Andreas Rueckert
Hi! On Wed, 08 Dec 1999 Gerald Gutierrez wrote: >With all the recent news regarding Java/Linux (and being hit by the >idea that there really isn't any useable open source Java engine), I >became interested in the general topic of JITs, Hotspot-type engines >(what's it called .. dynamic compilatio

JIT/Hotspot/Interpretor Information

1999-12-08 Thread Gerald Gutierrez
With all the recent news regarding Java/Linux (and being hit by the idea that there really isn't any useable open source Java engine), I became interested in the general topic of JITs, Hotspot-type engines (what's it called .. dynamic compilation?) and bytecode interpretors. Can anyone recommend

Re: JIT For linux??

1999-10-18 Thread Paolo Ciccone
On Mon, Oct 18, 1999 at 03:41:05AM -0600, Robert Simmons wrote: > Greetings, > > Is there a functional version of the JIT that works with the 1.2 Jdk on > linux ? I would love to install it before things get messy in my app. Ive > build most of the structure and now Im adding con

Re: JIT For linux??

1999-10-18 Thread Timothy Reaves
Borland has released one. Robert Simmons wrote: > Greetings, > > Is there a functional version of the JIT that works with the 1.2 Jdk on > linux ? I would love to install it before things get messy in my app. Ive > build most of the structure and now Im adding content like cr

JIT For linux??

1999-10-18 Thread Robert Simmons
Greetings, Is there a functional version of the JIT that works with the 1.2 Jdk on linux ? I would love to install it before things get messy in my app. Ive build most of the structure and now Im adding content like crazy and I could easily see this think working on 20 panes in a tab pane all at

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread noisebrain
I think that the speed depends on what benchmark you run, though the new borland jit seems generally faster than the sunwjit that comes with 1.2pre2. There's a table of timings of several linux jits versus C at www.idiom.com/~zilla/Computer/javaCbenchmark

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Paolo Ciccone
On Tue, Sep 28, 1999 at 04:30:33PM -0500, Burkhart,Kelly wrote: > > > What performance does a JIT improve? Are you talking about the time to run > an uncompiled application with this JIT vs. another JIT (i.e. performance > improvement is in the JIT compilation not in running

RE: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Antonio S. R. Gomes
On Tue, 28 Sep 1999, Burkhart,Kelly wrote: > > > What performance does a JIT improve? Are you talking about the time to run > an uncompiled application with this JIT vs. another JIT (i.e. performance > improvement is in the JIT compilation not in running the application)? Or &

RE: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Burkhart,Kelly
What performance does a JIT improve? Are you talking about the time to run an uncompiled application with this JIT vs. another JIT (i.e. performance improvement is in the JIT compilation not in running the application)? Or are you saying that the compiled code from this JIT is faster than the

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Antonio S. R. Gomes
. but unfortunately doesn't work in linux when all features of my application are activated. Even disabling the jit or native threads it does not perform well, but it is getting better ;-) []'s o-oo---ooo----o---oo Antonio S. R. Gom

RE: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Kontorotsui
On 27-Sep-99 noisebrain wrote: > > http://www.borland.com/jbuilder/linux/ It works perfectly. Well, I didn't get a 33% gain in compilation time, only a 15% (maybe because I use the -O flag?), but my game gains a lot of speed and now is almost as fast (hmmm... less slow :) ) as in windows. I ran

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Justin Lawler
how do all the JIT's compare? Is it faster than TYA, and is TYA faster than blackdown's port of sun's jit? noisebrain wrote: > If you so choose you can download this jit and run it in place > of the one that comes with 1.2pre2. The blackdown community > is familiar with

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread Paolo Ciccone
On Mon, Sep 27, 1999 at 03:54:21PM -0400, Tim Reilly wrote: > I took a look at this, and am intrigued. Can anyone comment on > how stable the combination of this JIT and the 1.2 pre-release might be (I > realize it'd be unlikely that anyone's tested this combinat

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread noisebrain
If you so choose you can download this jit and run it in place of the one that comes with 1.2pre2. The blackdown community is familiar with two similar replacement jit's - tya and shujit. On Mon, 27 Sep 1999, Riyad Kalla wrote: > Sorry to sound arrogant... but how does this effect

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread Riyad Kalla
Sorry to sound arrogant... but how does this effect us? Will this go into the blackdown release from now on? - Original Message - From: noisebrain <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 27, 1999 11:58 AM Subject: borland/inprise jit for black

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread Tim Reilly
I took a look at this, and am intrigued. Can anyone comment on how stable the combination of this JIT and the 1.2 pre-release might be (I realize it'd be unlikely that anyone's tested this combination yet, I'm more concerned with the maturity of the 1.2 JDK)? I&#x

borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread noisebrain
http://www.borland.com/jbuilder/linux/ " The JBuilder JIT for Linux preview release is based on the proven JBuilder JIT for Windows that has been shipping for over three years and provides significant performance improvements for Java 2 applications on the

TYA 1.4v2 problems (Re: Announce: TYA JIT 1.4v2 released)

1999-09-11 Thread SHUDO Kazuyuki
Albrecht Kleine wrote: > I've just released an update of TYA JIT compiler: > ftp://gonzalez.cyberus.ca/pub/Linux/java/tya14v2.tgz I found some bugs of TYA 1.4v2. Fixes will be appreciated. 1. Handling SIGQUIT. Send a SIGQUIT signal to JVM by hitting Ctrl+\, then the JVM run into s

no JIT in JDK 1.2 for sparc-linux?

1999-08-30 Thread Ralf
Hi, as I´ve seen the jdk 1.2 pre v3 is now available for sparc-linux. I just downloaded it and installed it on my sparc 5 station at my office. But then I had to find out, that the JIT-Compiler is missing in that JDK. The file libsunwjit.so exist in that tar-file, but it has a length of 0

Re: JIT instability w.r.t. bad code?

1999-07-18 Thread Nick Lawson
I have a (Java) program that does this, although I added the comments by hand. Writing a decompiler seemed like a good way to learn jvm. I didn't originally intend to decompile byte codes, by as usual I got carried away Nick Chris Abbey wrote: > Nick, what program did you use to generate t

Re: JIT instability w.r.t. bad code?

1999-07-18 Thread Nick Lawson
VM: kaffeSunSunBlackdownBlackdown > > JIT: symcjitnone sunwjitnone > > ---- --- > > With try/catch388,21212,360545,410136,207466,300 &g

Re: JIT instability w.r.t. bad code?

1999-07-18 Thread Dimitris Vyzovitis
Nick Lawson wrote: > > The times for this (Pentium 166, Sun Windows 95 JDK 1.2, Blackdown 1.2pre-v2 > + glibc 2.1 + OpenLinux 2.2, > 500,000,000 iterations): > > VM: kaffeSunSunBlackdownBlackdown > JIT: symc

Re: JIT instability w.r.t. bad code?

1999-07-18 Thread Nathan Meyers
kdown 1.2pre-v2 > + glibc 2.1 + OpenLinux 2.2, > 500,000,000 iterations): > > VM: kaffeSunSun BlackdownBlackdown > JIT: symcjitnone sunwjitnone > ---- --

Re: JIT instability w.r.t. bad code?

1999-07-18 Thread Nick Lawson
gt; > > > Times for attached program (JDK1.2pre2, glibc2.1, RH6, 200MHZ PPro, > 5 iterations): > > No JIT sunwjit tya > -- --- --- > With try/catch 278793 17925 33894 > Without 237905 15364 35803 > >

Re: JIT instability w.r.t. bad code?

1999-07-17 Thread Nathan Meyers
in Java byte-code > in the Java Virtual Machine Specification, 4.7.3 - The Code > Attribute. Times for attached program (JDK1.2pre2, glibc2.1, RH6, 200MHZ PPro, 5 iterations): No JIT sunwjit tya -- --- --- With try/catch 278793 179

Re: JIT instability w.r.t. bad code?

1999-07-16 Thread Nick Lawson
> try{ > return intArray[3]; > } > catch (NullPointerException e) > { > return -1 > } > > precisely because the JVM does the check for you anyway and the check > will be done twice (unless you have a JIT), especially if the condition > doesn't h

Re: JIT instability w.r.t. bad code?

1999-07-16 Thread Rachit Siamwalla
JVM does the check for you anyway and the check will be done twice (unless you have a JIT), especially if the condition doesn't happen too often (there is still an overhead of generating the exception -- which is quite large). I guess times have changed :) -rchit Jim Kimball wrote: > >

Re: JIT instability w.r.t. bad code?

1999-07-16 Thread Anand Palaniswamy
ant with Java (don't confuse this personal preference with the other personal preference about explicit checks). ] Back to the original topic. Lets all agree that best way to write Java code is (2). Then the VM/JIT (note: NOT you the programmer) has to do the check anyway (if

Re: JIT instability w.r.t. bad code?

1999-07-16 Thread Nathan Meyers
Dimitris Vyzovitis wrote: > > SHUDO Kazuyuki wrote: > > > > Personally I prefer explicit checks. > > > > Why? > > > > I am also tempted to ask why > Is there any particular reason to add client side check for what the VM does on > its own? > I personally think that there is no need to do ex

Re: JIT instability w.r.t. bad code?

1999-07-16 Thread Jim Kimball
It was my understanding that code wrapped in an exception handler introduces more overhead to the JVM. I am sure I have seen articles on this exact topic in Java World or Java Report. Jim Dimitris Vyzovitis wrote: > > SHUDO Kazuyuki wrote: > > > > Personally I prefer explicit checks. > > > > W

Re: JIT instability w.r.t. bad code?

1999-07-16 Thread Dimitris Vyzovitis
SHUDO Kazuyuki wrote: > > Personally I prefer explicit checks. > > Why? > I am also tempted to ask why Is there any particular reason to add client side check for what the VM does on its own? I personally think that there is no need to do explicit checks in your code (it is inherently subopt

Re: JIT instability w.r.t. bad code?

1999-07-11 Thread SHUDO Kazuyuki
SEGV on Linux. Even shuJIT detects NPEs and ArithmeticExceptions with SIGSEGV and SIGFPE. > That said, the sunwjit port of Linux does NOT do implicit exceptions. > There is a lot of code in the JIT that generates machine code that > explicitly tests for NPEs, StackOverflows, ArithmeticExceptions

Re: JIT instability w.r.t. bad code?

1999-07-11 Thread Nathan Meyers
e of creation). Exceptions are for exceptional circumstances. > > That said, the sunwjit port of Linux does NOT do implicit exceptions. > There is a lot of code in the JIT that generates machine code that > explicitly tests for NPEs, StackOverflows, ArithmeticExceptions. So > if you

Re: JIT instability w.r.t. bad code?

1999-07-11 Thread Anand Palaniswamy
the sunwjit port of Linux does NOT do implicit exceptions. There is a lot of code in the JIT that generates machine code that explicitly tests for NPEs, StackOverflows, ArithmeticExceptions. So if you compared the performance of sunwjit or Solaris vs. sunwjit on Linux, the Solaris one will be sligh

JIT instability w.r.t. bad code?

1999-07-11 Thread Nathan Meyers
I ran into this tidbit today in some Sun online training material on JDK1.2: > The JIT compiler also achieves a minor performance gain by not pre-checking certain >Java > boundary conditions such as Null pointer or array out of bounds exceptions. The only >way > the JIT compiler

Re: jdk1.2---JIT..?

1999-07-06 Thread Matthias Pfisterer
"½ÅÇöÀÏ" wrote: > > HI.. > I'm a Korean student.. > I installed JDK1.2 on linux.. > run java classfile > then I meet "Warning JIT compiler "symcjit" not found. Will use > interpreter" message. > but 'root' don't mee

jdk1.2---JIT..?

1999-07-03 Thread ½ÅÇöÀÏ
HI.. I'm a Korean student.. I installed JDK1.2 on linux.. run java classfile then I meet "Warning JIT compiler "symcjit" not found. Will use interpreter" message. but 'root' don't meet this message. normal users meet this message. any idea

Re: JIT

1999-07-01 Thread Michael Sinz
On Thu, 1 Jul 1999 14:36:49 +0200 (MET DST), Mark Christiaens wrote: >I've got hold of the Sun sources (non-commercial) and am playing around >with it. I noticed that there are a few libraries included in the src >directory: > >libsunwjit.so >libsunwjit_g.so > &g

JIT

1999-07-01 Thread Mark Christiaens
I've got hold of the Sun sources (non-commercial) and am playing around with it. I noticed that there are a few libraries included in the src directory: libsunwjit.so libsunwjit_g.so These are obviously the JIT compiler libraries. I thought I had received all of the relevant sources fo

Re: JIT in pre2???

1999-06-09 Thread scode
Warning Could not process message with given Content-Type: multipart/signed; boundary=zHDeOHGDnzKksZSU; micalg=pgp-md5;protocol="application/pgp-signature"

Re: JIT in pre2???

1999-06-09 Thread Albrecht Kleine
> > TYA surely isn't for the bit bucket. It is always nice to have an > > option. Could you imagine that Sun's JIT has quite a few bugs TYA > > Other reasons developing TYA are: > > -There are options beside of Linux: TYA is widely used Oops, have forg

Re: JIT in pre2???

1999-06-08 Thread Albrecht Kleine
> > > Is TYA headed for the great, big, bit bucket in the sky? :-( > > > > I very much doubt it. The JVM can run with multiple JITs, and TYA can > > run with multiple JVMs. > > TYA surely isn't for the bit bucket. It is always nice to have an > opt

Re: JIT in pre2???

1999-06-06 Thread J.P.Lewis
The JIT is one developed by Sun, but it's a lot slower than the one Sun obtained from Symantec that is included in the windows version of java. Which in turn is said to be slower than hotspot for long-running programs. There was a good set of benchmarks on www.javalobby.org a month or s

Re: JIT in pre2???

1999-06-06 Thread Stefan Proels
> > Is TYA headed for the great, big, bit bucket in the sky? :-( > > I very much doubt it. The JVM can run with multiple JITs, and TYA can > run with multiple JVMs. TYA surely isn't for the bit bucket. It is always nice to have an option. Could you imagine that Sun's

Re: JIT in pre2???

1999-06-06 Thread Nathan Meyers
Mike Greaves wrote: > Excuse me for asking, but am I to understand that Blackdown JDK1.2, as > of prerelease 2, now includes a JIT and uses it by default? And that > this JIT is based on Sun source code - i.e. the same one included with > the Solaris JDK1.2?? Yes, as of prereleas

JIT in pre2???

1999-06-06 Thread Mike Greaves
Stefan Proels wrote: > > > cannot find the JIT (sunwjit) and that it is switching to interpreted > chmod 755 jdk1.2/jre/lib/i386/libsunwjit.so ^^^ -- ? Excuse me for asking, but am I to understand that Blackdown JDK1.2, as of prere

Re: what happened to the JIT in pre2?

1999-06-05 Thread Stefan Proels
> I just downloaded the JDK1.2 pre2, and installed it. Anytime I try and > invoke the jvm (ie. java ) it comes back and tells me that it > cannot find the JIT (sunwjit) and that it is switching to interpreted > mode instead. > Any ideas on why and how to fix it? The access perm

what happened to the JIT in pre2?

1999-06-05 Thread Chris Hansson
I just downloaded the JDK1.2 pre2, and installed it. Anytime I try and invoke the jvm (ie. java ) it comes back and tells me that it cannot find the JIT (sunwjit) and that it is switching to interpreted mode instead. Any ideas on why and how to fix it? The platform is : Dual PII-450 512MB Ram

Re: JIT question

1999-05-24 Thread Wim Ceulemans
Check the following page: http://www.blackdown.org/java-linux/ports.html Wim Ceulemans - [EMAIL PROTECTED] Nice Software Solutions - http://www.nice.be Eglegemweg 3, 2811 Hombeek - Belgium Tel +32(0)15 412953 - Fax +32(0)15 412954 ---

JIT question

1999-05-24 Thread Anand Sankaran
Hi, I have a few questions on Java 2. Does the JDK1.2 port for Linux x86 include a JIT? If so which one? Also is Blackdown working on a JDK port to Linux on sparc? Will that have a JIT? Also do you have a timeframe on when the JMF, 3D apis will be available and for which

JIT and Java on Linux

1999-04-30 Thread Gordon Chamberlin
Hello, I'm asking a little advice of everyone to find out what a good JIT is for use with JDK 1.1 on Linux is? Is glibc or libc better or worse? We're trying to create some graphics images but it takes a long time to convert to run the code to convert to GIF. Thanks. -Gordon --

Re: JIT and unexpected verify errors for jdk1.2

1999-04-18 Thread Dimitris Vyzovitis
Albrecht Kleine wrote: > > > green native > == == > TYA compiled > EXC_BY_SIGNALS: hangs okay > NO EXC_BY_S...: okayokay > --- > sunwjit : hangs okay > > Does a such TYA release really makes sense..? >

Re: JIT and unexpected verify errors for jdk1.2

1999-04-16 Thread Albrecht Kleine
> > At any rate, who could answer questions concerning the linux port of sunwjit? > > > PS: Hopefully tya1.3 will be out real soon, so that we don't have to depend on > > sunwjit... > > As mentioned, there is an early TYA1.3 running here but I have some > heavy problems to get EXCEPTIONS_BY_SI

Re: JIT and unexpected verify errors for jdk1.2

1999-04-16 Thread Nate Williams
> BTW does anyone knows the current state of JDK1.2 for FreeBSD ? > (You know, TYA runs on FreeBSD too.) It's a ways away. Some progress has been made, but we're waiting for the Linux patches to be released for some of the integration, and Steve hasn't (yet) done that. Nate -

Re: JIT and unexpected verify errors for jdk1.2

1999-04-16 Thread Albrecht Kleine
faster than sunwjit. (Hope you are not disappointed to much.) Any JIT will call a lot of functions residing inside the JVM. May be some of them are not yet optimized in the first alpha release of 1.2/linux? As mentioned, there is an early TYA1.3 running here but I have some heavy problems t

Re: JIT and unexpected verify errors for jdk1.2

1999-04-14 Thread Dimitris Vyzovitis
Dimitris Vyzovitis wrote: // ... // lots_of_stuff // ... After some recompilations (still using jikes0.47),and the problem is no longer there. It is *mysterious* to me, as I can not reproduce the (possible) bug. I guess I have to retract that "... it looks like a jit bug to me..." (or

JIT and unexpected verify errors for jdk1.2

1999-04-14 Thread Dimitris Vyzovitis
Hi, I have some unexpected problems using some reflection stuff under jdk1.2-pre1. In particular, if I have the jit enabled, I get an arcane verify error thrown. If I turn off the jit, it works normally. Also note that jdk1.1.7 (with tya) runs the same classes (that - not- were compiled using

Re: HotSpot (was Re: Linux jdk 1.,2 Jit )

1999-02-25 Thread Michael Emmel
le "hot spot" thing looks like vapor ware. Besides > > even if Sun is able to get "something" out the door they have already > > stated that it will be given to "paying customers only". Instead of > > Easy answer on this: Let´s wait and see. > > &

Best JIT for linux

1999-02-25 Thread mojahed
Hi, I'm a newbie in java-land. Can anyone please tell me what is the best JIT for linux. I used kaffe, it's very good except that it core dumps on a large applet (with 600 textfields) where this same applet runs perfectly in blackdown's JVM and even nets

Re: HotSpot (was Re: Linux jdk 1.,2 Jit )

1999-02-25 Thread Oliver Fels
gt; waiting and hoping that Sun will do us a favor why not help out with > the free JIT projects like TYA? I have already found a bug in TYA As I said, if there is a JIT for Linux which overruns all benchmarks and which comes close to what HostSpot is promised to do, I will be glad to use it.

Re: HotSpot (was Re: Linux jdk 1.,2 Jit )

1999-02-25 Thread Moses DeJong
e better it is. > It is only half as good as promised there is no need for porting 1.1 > JITs to 1.2. > > BTW I will revise the above statement if someone can write a free > JIT with similar features and performance, but I doubt it. > > Oliver Sorry but that whole "ho

HotSpot (was Re: Linux jdk 1.,2 Jit )

1999-02-25 Thread Oliver Fels
to 1.2. BTW I will revise the above statement if someone can write a free JIT with similar features and performance, but I doubt it. Oliver ___ Oliver Fels| e-mail: Neurotec Hochtechnologie GmbH | [EMAIL PROTECTED] T

Re: Linux jdk 1.,2 Jit

1999-02-24 Thread SHUDO Kazuyuki
etween 1.1 and 1.2. The interface is certainly changed. COMPILER_VERSION as version number of the interface is changed from 5 of JDK 1.1 to 6 of JDK 1.2. But the internal structure of JVM will not be changed drastically. I suppose adaptation of JITs to JDK 1.2 isn't too hard. But, JDK 1.2 for Linu

Re: Linux jdk 1.,2 Jit

1999-02-24 Thread Dustin Lang
Hi, > Both TYA and the ShuJIT are free JIT's which work with Linux and JDK 1.1 ... > I am assuming that porting them to work with JDK 1.2 will not be (too) > difficult. I know nothing, but I've heard that the interface for JITs has changed a lot between 1.1 and 1.2. --

  1   2   >