Re: Tya vs. shuJIT

2001-01-30 Thread David Brownell
> From: "Kazuyuki Shudo" <[EMAIL PROTECTED]> > Sent: Tuesday, January 30, 2001 12:23 AM > > David Brownell wrote: > > > It'd be interesting to see a current version of GCJ in those > > comparisons. GCJ 2.95.2 is listed in the shudo.net page, > > but that's _extremely_ old ... I'd suggest using t

Re: Tya vs. shuJIT

2001-01-30 Thread Kazuyuki Shudo
Sorry for my mistake on an URI. > The newest stable version of GCC is still 2.95.2. > Please see http://www.assurdo.com/dd.sh/web-server/ > This page says, GCC 2.96 is not a formal GCC release. The above URI should be: http://gcc.gnu.org/gcc-2.96.html The original false URI points the web page

Re: Tya vs. shuJIT

2001-01-30 Thread Kazuyuki Shudo
David Brownell wrote: > It'd be interesting to see a current version of GCJ in those > comparisons. GCJ 2.95.2 is listed in the shudo.net page, > but that's _extremely_ old ... I'd suggest using the 2.96 that > is distributed with RedHat 7.0, as the most current "stable" > version available. Th

Re: Tya vs. shuJIT

2001-01-29 Thread David Brownell
> Sent: Monday, January 29, 2001 5:46 AM Subject: Re: Tya vs. shuJIT > Volker wrote: > > > does anyone know which JIT is faster - Tya or shuJIT? > > http://www.shudo.net/jit/perf/ > > This page shows results of performance comparisons of > Java runtimes. Applied benchm

Re: Tya vs. shuJIT

2001-01-29 Thread SHUDO Kazuyuki
Volker wrote: > does anyone know which JIT is faster - Tya or shuJIT? http://www.shudo.net/jit/perf/ This page shows results of performance comparisons of Java runtimes. Applied benchmarks are SPEC JVM98, SciMark 2.0, Linpack benchmark and Eratosthenes sieve. Andreas wrote: > http://

Re: Tya vs. shuJIT

2001-01-29 Thread Andreas Rueckert
Hi! On Mon, 29 Jan 2001 Volker wrote: > Hello, > > does anyone know which JIT is faster - Tya or shuJIT? http://www.tu-chemnitz.de/urz/java/news/00021.html Ciao, Andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTE

Tya vs. shuJIT

2001-01-29 Thread Volker
Hello, does anyone know which JIT is faster - Tya or shuJIT? Best regards Volker -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: TYA incompatible types

2000-03-31 Thread Nelson Minar
Neal Sanche <[EMAIL PROTECTED]> wrote: >I have to announce that gonzalez.cyberus.ca is no longer available. Thanks for all your service! How about moving TYA to SourceForge? http://sourceforge.net/ [EMAIL

Re: TYA incompatible types

2000-03-31 Thread Neal Sanche
SHUDO Kazuyuki wrote: > TYA 1.6 has been already released. Try it. > You will be able to get it on the following pages: > ftp://gonzalez.cyberus.ca/pub/Linux/java/ > http://www.dsv.su.se/~jens-and/tya/ > I have to announce that gonzalez.cyberus.ca is no longer available. I

Re: TYA incompatible types

2000-03-29 Thread SHUDO Kazuyuki
Tim Walsh said: > I am trying to compile TYA 0.3 (using the included make file) but I get > a an 'incompatible types in assignment' error from the 'RunCompiledCode' > function. TYA 1.6 has been already released. Try it. You will be able to get it

Re: TYA

2000-02-03 Thread Joseph Shraibman
I did a while ago with tya 1.5 and was surprised to see sunwjit beat it. But tya doesn't crash the vm in certain circumstances that sunwjit crashes. I keep meaning to run the benchmarks again with all the updated versions of everything but I've been busy. I'll let everyone know wh

TYA

2000-02-03 Thread jbaker
Hiya, In reference to the TYA JIT, how does it slot in to the Blackdown Jdk1.2? Has anyone done any benchmarks of the Blackdown JVM performance without a JIT, with it's own JIT and with the TYA JIT? J Baker -- John Baker, BSc CS. Java developer and Linux lover:-) Sms: [

Re: TYA Mirror in Germany

1999-10-07 Thread Gunjan
PROTECTED]> Sent: Thursday, October 07, 1999 10:29 AM Subject: TYA Mirror in Germany > I have mirrored the newest version of tya (1.5-2) at > > http://www.richert.de/opensource/tya > > Hopefully anybody has now a faster down

TYA Mirror in Germany

1999-10-07 Thread Willi Richert
I have mirrored the newest version of tya (1.5-2) at http://www.richert.de/opensource/tya Hopefully anybody has now a faster download. Have fun, willi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

TYA news

1999-09-30 Thread Albrecht Kleine
Hi, some news from TYA: 1) Jens M Andreasen helped to make TYA available in Europe (TYA0.1, 1.0, 1.4v2 and current TYA1.5 and future versions) http://www.dsv.su.se/~jens-and/tya/ 2) Next time we will have another site in .cz Thanks Ivo you can fetch newest *.rpm archives

TYA ftp site problem / TYA1.5 ready to go!

1999-09-26 Thread Albrecht Kleine
Hi, Neal Sanche wrote me about a problem we have on tya's home site ftp://gonzalez.cyberus.ca/pub/Linux/java/ Currently we can not access. If all is okay I'll mail the information to you. It seems we are out of luck, because just now I've packaged the new release of TYA ver

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

Re: TYA v14 Linux JEditorPane HTML

1999-08-27 Thread Wolfgang Muees
Am Thu, 26 Aug 1999 schrieb peter pilgrim: > I have noticed that TYA v14 / Blackdown Linux JDK 117v1a does not work > properly > with the Swing JEditorPane when loading HTML. The JEditorPane just > appears very blank. > Has any one found similar experience of this problem? > &

Re: TYA v14 Linux JEditorPane HTML

1999-08-27 Thread peter pilgrim
[EMAIL PROTECTED] wrote: > > I have noticed that TYA v14 / Blackdown Linux JDK 117v1a does not work > > properly > > with the Swing JEditorPane when loading HTML. The JEditorPane just > > appears very blank. > > Has any one found similar experience of this prob

TYA v14 Linux JEditorPane HTML

1999-08-26 Thread peter pilgrim
I have noticed that TYA v14 / Blackdown Linux JDK 117v1a does not work properly with the Swing JEditorPane when loading HTML. The JEditorPane just appears very blank. Has any one found similar experience of this problem? Peter P

signatures (was: TYA)

1999-07-12 Thread Martin Schröder
On 1999-07-11 09:33:41 +0200, Kontorotsui wrote: > --- > Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at > University of Pisa - Italy - E-mail: [EMAIL PROTECTED] > My home page: http://www.cli.di.unipi.it/~controzz/intro.html > > Founder and Admiral of Hoshi no Senshi (i

Re: TYA

1999-07-11 Thread Dimitris Vyzovitis
Kontorotsui wrote: > On 10-Jul-99 Adam Carheden wrote: > [TYA] > > Any suggestions? > > I had the same problem and asked the author for help. > He told me to put libtya.so in /jre/lib/i386/ and now tya works > perfectly. > you could also RTFM: ./configure --libdir

RE: TYA

1999-07-10 Thread Kontorotsui
On 10-Jul-99 Adam Carheden wrote: [TYA] > Any suggestions? I had the same problem and asked the author for help. He told me to put libtya.so in /jre/lib/i386/ and now tya works perfectly. --- Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at University of P

TYA

1999-07-10 Thread Adam Carheden
I'm trying to install TYA again. Red Hat Linux 5.2 JDK 1.1.7 v3 (works fine) TYA 1.3 v2 Installed TYA via configure, make, make install, which put libtya.so in /usr/local/lib. Modified /etc/ld.so.conf to include /usr/local/lib, output of ldconfig -v shows that libtya.so is found. Ran Sy

Re: Java3D vs. tya

1999-07-02 Thread Johan Engström
On Thu, 1 Jul 1999, Albrecht Kleine wrote: > Hi, > > > Having a problem using 'tya' (JIT-complier) with 'Java3D'. > > 'tya' works fine in all other applications, i.e non-Java3D-apps. > > Does ``non-Java3D-apps'' include other b

Re: Java3D vs. tya

1999-07-02 Thread Johan Engström
On 1 Jul 1999, Steve Byrne wrote: > Johan <[EMAIL PROTECTED]> writes: > > > > > Having a problem using 'tya' (JIT-complier) with 'Java3D'. > > 'tya' works fine in all other applications, i.e non-Java3D-apps. > > >

Re: Java3D vs. tya

1999-07-01 Thread Steve Byrne
Johan <[EMAIL PROTECTED]> writes: > > Having a problem using 'tya' (JIT-complier) with 'Java3D'. > 'tya' works fine in all other applications, i.e non-Java3D-apps. > > This is the error message I get: > > Exception in thread "main

Re: Java3D vs. tya

1999-07-01 Thread Albrecht Kleine
Hi, > Having a problem using 'tya' (JIT-complier) with 'Java3D'. > 'tya' works fine in all other applications, i.e non-Java3D-apps. Does ``non-Java3D-apps'' include other big apps like java2Demo, Swingset, some IDEs like NetBeans2 etc ?. If yes, w

Java3D vs. tya

1999-07-01 Thread Johan
Having a problem using 'tya' (JIT-complier) with 'Java3D'. 'tya' works fine in all other applications, i.e non-Java3D-apps. This is the error message I get: Exception in thread "main" java.lang.Unsatisf

announce: TYA 1.4 new release

1999-06-19 Thread Anonymous
Hi, the new TYA JIT release 1.4 is out there!! I've just uploaded 135200 bytes to ftp://gonzalez.cyberus.ca/pub/Linux/java/tya14.tgz What's new? This is pasted from README: --quote-- .. 3. SOME RELEASE NOTES = This release should show some general good

Re: TYA problems: unresolved ref

1999-06-17 Thread Anonymous
I've been using 1.3v2 with 1.1.7v3 since that combination became possible, with no problems at all, on a Debian system, 2.2.7, glibc 2.1. I do remember that I had to build tya myself from source to get it going in the first place; there was some problem with the Debian tya package at that

TYA problems: unresolved ref

1999-06-17 Thread Anonymous
I'm trying to use TYA, puzzling over why JDK1.2 claims it cannot be found even though I specify LD_LIBRARY_PATH. So I tried running with JDK1.1: again tya failed, but I got this intriguing message: /usr/local/Java/tya1.3v2/libtya.so: undefined symbol: min_javastack_chunk_size (libtya.so

RE: tya (where to put)

1999-06-13 Thread Jens M Andreasen
A good place to put tya is where this particular incarnation of JDK will look for it. In my case that would be: /usr/local/jdk117_v1a/lib/i686/native_threads/libtya.so -- ( ) --c[]--- [EMAIL PROTECTED] ---C

Re: tya

1999-06-13 Thread Nathan Meyers
Adam Carheden wrote: > > I need some help getting the TYA JIT working. It's installed in > /usr/local/tya, JDK is in /usr/local/jdk. I've run ./configure, make > and make install, and set JAVA_COMPILER=tya. When I compile or run a > program, javac/java says "co

tya

1999-06-13 Thread Adam Carheden
I need some help getting the TYA JIT working. It's installed in /usr/local/tya, JDK is in /usr/local/jdk. I've run ./configure, make and make install, and set JAVA_COMPILER=tya. When I compile or run a program, javac/java says "compiler "tya" not found". I'

Re: What is TYA

1999-06-11 Thread Bryce McKinlay
[EMAIL PROTECTED] wrote: > How does TYA/JDK117 compare to IBM's JVM for Linux? > > > > Does either TYA or IBMs JIT work with JDK1.2 prev2? TYA works with JDK 1.2, however it is generally slower than the sun JIT included with 1.2

RE: What is TYA

1999-06-11 Thread dion
 How does TYA/JDK117 compare to IBM's JVM for Linux? Does either TYA or IBMs JIT work with JDK1.2 prev2?Sent by: "Aravind Selvaraje" <[EMAIL PROTECTED]>06/11/99 06:12 PM To: "Per Åhgren" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: bcc: Subject: RE: W

RE: What is TYA

1999-06-11 Thread Aravind Selvaraje
999 17:24 > To: [EMAIL PROTECTED] > Subject: What is TYA > > > I'm new to this mailing list and I have a question. > What is TYA. Is it a JIT compiler? Is it available for jdk 1.1.7 on > linux? > > Regards > Per > > -

What is TYA

1999-06-10 Thread Per Åhgren
I'm new to this mailing list and I have a question. What is TYA. Is it a JIT compiler? Is it available for jdk 1.1.7 on linux? Regards Per begin:vcard tel;cell:070-4050818 tel;fax:018-503611 tel;home:018-508649 tel;work:018-4713079 x-mozilla-html:FALSE url:http://frej.teknikum.

Re: TYA-problems

1999-06-07 Thread Paul Mclachlan
--- "Nolte, Holger" <[EMAIL PROTECTED]> wrote: > Does anybody knows something about errors in the tya jit ? (It > is not so > easy to eliminate our error) > Can anybody tell me if thereare other JITs working fine for > jdk1.1.7 or can > someone share his exp

TYA-problems

1999-06-07 Thread Nolte, Holger
Hi, I got a strange problem with the TYA-JIT: We have programmed a complicated java application and want to run it under linux.If I use the java-interpreter without any JIT everything went fine. But when I tried it with Dcompiler=tya I got a null pointer Exception which I did not understand. We

Re: tya for JDK117v3

1999-06-02 Thread Ninja
But I want to tell is JNI with tya case. >For me, JNI/RMI works perfectly under linux. You must do two things >though: > >export JAVA_COMPILER= >export THREADS_FLAG=green > >Now you're laughin'. > -

Re: tya for JDK117v3

1999-06-02 Thread swansma
skowski, Jacek Tadeusz (Jacek) <[EMAIL PROTECTED]> > To: '[EMAIL PROTECTED]' > <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Wednesday, June 02, 1999 4:19 PM > Subject: RE: tya for JDK117v3 > > > >> Aravind, > &g

Re: tya for JDK117v3

1999-06-02 Thread Ninja
For me, programs using JNI does not work well. -Original Message- From: Laskowski, Jacek Tadeusz (Jacek) <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, June 02, 1999 4:19 PM S

RE: tya for JDK117v3

1999-06-01 Thread Laskowski, Jacek Tadeusz (Jacek)
jacekl1 SERVLETS]$ echo $JAVA_COMPILER tya [jacekl@pd0373jacekl1 SERVLETS]$ java Sender TYA 1.3v2 (for J117 / Linux). Copyright (c) 1997,98,99 The TYA Team Contact The TYA Team via Albrecht Kleine <[EMAIL PROTECTED]> ...and so on Thus, as you might have seen all is going fine.

tya for JDK117v3

1999-06-01 Thread Aravind Selvaraje
Hi, Anyone successful in running tya against JDK117v3 on RH6.0 ? I changed the configure scripts for jdk117 and corrected a compilation error, but it panics while running. -- Aravind -- To UNSUBSCRIBE, email to [EMAIL

Re: [OT] TYA and Redhat 6.0

1999-05-17 Thread Peter Graves
I got this same warning (on a Debian potato system), but after the dust settled tya works just fine... Paul Oliver wrote: > > Hi, > > Redhat 6 seems to be breaking a lot of things for me. :-( I'm not sure, > but I think it has something to do with the egcs distribution u

[OT] TYA and Redhat 6.0

1999-05-17 Thread Paul Oliver
Hi, Redhat 6 seems to be breaking a lot of things for me. :-( I'm not sure, but I think it has something to do with the egcs distribution used. When I try and compile TYA, I get: /usr/local/java/bin/../include/genunix/../green_threads/include/context_md.h:46: warning: ignoring p

TYA 1.3v2 just released

1999-05-16 Thread Albrecht Kleine
Hi, I've just released for you another version (1.3v2) of TYA JIT compiler for the Linux and FreeBSD platforms. ftp://gonzalez.cyberus.ca/pub/Linux/java/tya13v2.tgz size is 130253 byte. Even archive size is only some 100 byte bigger than the previous release we have once again some pro

Re: Installing TYA, been there? done that?

1999-05-03 Thread Chris Abbey
>./configure tells me it can't find my version. it's in your path right? I had the same thing first try because the configure script does `which java` and I hadn't used it yet in that shell (I don't put it in path unless I'm going to use it) so running my setup script fixed that up real quick. -=

Re: Installing TYA, been there? done that?

1999-05-02 Thread Constantin Teodorescu
Christopher Rowan wrote: > > Having trouble getting tya to install on RedHat5.2 Blackdown 1.1.7. > > ./configure tells me it can't find my version. You should try with : ./configure --with-jdk=/usr/local/jdk1.1.7 --libdir=java (you should enter above your path to jdk1.1.

Installing TYA, been there? done that?

1999-05-02 Thread Christopher Rowan
Hi, Having trouble getting tya to install on RedHat5.2 Blackdown 1.1.7. ./configure tells me it can't find my version. make works. make install installs the shared library, but it is not recognized, despite setting the JAVA_COMPILER environment variable to tya. Any

solved Re: tya 1.3 compile problem

1999-04-28 Thread Chris Abbey
At 10:00 AM 4/28/99 +0200, Andreas Rueckert wrote: [...] >glibc-devel- Bingo! According to rpm I had glibc-devel-2.0.7-29 installed... but I had exactly ZERO of the files listed by rpm -ql glibc-devel on my system. Redo the install with --force and TYA compiled beautifully... :-) now back

Re: tya 1.3 compile problem

1999-04-28 Thread Andreas Rueckert
age somewhere... but I can't figure out which. glibc-devel- >> I've got 2.0.36 kernel sources installed, as well as 2.7.2.3-14 gcc >> and glibc 2.0.7-29 (also libc 5.3.12-27 for compat.) come to think >> of it I'm not sure I've built anything since installing th

Re: tya 1.3 compile problem

1999-04-27 Thread Dimitris Vyzovitis
2.3-14 gcc > and glibc 2.0.7-29 (also libc 5.3.12-27 for compat.) come to think > of it I'm not sure I've built anything since installing this box... > can someone who has built tya on rh5.2 please let me know which > package owns that file. Thanks -=Chris Well, it compiled normal

tya 1.3 compile problem

1999-04-26 Thread Chris Abbey
think of it I'm not sure I've built anything since installing this box... can someone who has built tya on rh5.2 please let me know which package owns that file. Thanks -=Chris !NEW!-=> <*> cabbey at home dot net http://members.home.net/cabbey/ <*> "What can Mi

TYA bug alarm plus quick fix

1999-04-09 Thread Albrecht Kleine
Hi everybody, after hours I ve found a bug in TYA's opcode processing causing some heavy headache here The bugfix will appear in TYA's next release I am working on: to run both with jdk1.1.x and jdk1.2 (will be TYA v1.3). The bug produces floating point unit overflows in certain

Re: Performance issues, TYA

1999-03-31 Thread Albrecht Kleine
> Hi, > > Has anybody run any benchmarks comparing jdk117 with tya vs jdk1.2 with > sunwjit? > My runs so far (console applications with timing), indicate that > ***jdk1.1.7+tya1.2 is at least two times faster than jdk1.2-pre1!!!*** > This behavior is for computationally in

Re: jdk 1.1.7.1a / tya 1.2v3 performance?

1999-02-19 Thread SHUDO Kazuyuki
David Craig wrote: > shuJIT doesn't appear to be mentioned very often in performance > comparisons in this list. Its website boasts performance results that are > usually better than TYA 1.2v3, Benchmark tests on the page, Linpack benchmark, Eratosthenes sieve and CaffeineMa

Re: jdk 1.1.7.1a / tya 1.2v3 performance?

1999-02-17 Thread David Craig
Is symcjit, the Symantec JIT running on WinNT? I'd greatly appreciate finding out more, but to my knowledge the available JITs are TYA and shuJIT for the port of Sun's VM and the JIT within Kaffe. shuJIT doesn't appear to be mentioned very often in performance comparisons in

Re: jdk 1.1.7.1a / tya 1.2v3 performance?

1999-02-17 Thread Artur Biesiadowski
"Joseph H. Buehler" wrote: > That's about 14 microseconds per loop, which is very slow, given what > the code is doing on each pass through the loop: setting a bit in a > bit array. > > Preallocating the BitSet doesn't change things. I installed tya using >

Re: jdk 1.1.7.1a / tya 1.2v3 performance?

1999-02-17 Thread Michael Thome
- not sure why my base time is significantly faster. Your code (as written): TYA 1.2v3 (for J117 / Linux). Copyright (c) 1997,98,99 The TYA Team Contact The TYA Team via Albrecht Kleine <[EMAIL PROTECTED]> seconds: 20 iterations/second: 94545.0 Now, using a Tuned bitset which doesn

Signal 11 from TYA?

1999-01-26 Thread Joel Shellman
I'm running apache 1.3.4 on Redhat 5.1 with JServ 1.0b2, JDK1.1.7v1a and TYA1.2v3 and getting the following error in the apache error log file: E0608 Unexpected result from mutex.4 TYA:Signal 11 in doWork Anyone know what could cause this? It was running just fine before (on a solaris box). Th

Re: TYA bugfix patch / now TYA1.2v3

1999-01-19 Thread Albrecht Kleine
Hi, for all of who have had problems using my mailed diff file: now you can fetch the complete TYA1.2v3 from URL ftp://gonzalez.cyberus.ca/pub/Linux/java/tya12v3.tgz And to be quite complete I've added the missing old TYA 0.1 (originally dated Sep 26 1997 !) into the same directory ;-)

Re: TYA bugfix patch / now TYA1.2v3

1999-01-18 Thread Albrecht Kleine
> What does "TYA: no space in inline coding" mean? > > > Tnks! > Amancio That's a quite harmless msg: TYA pre-alloced a certain amount of memory, but due of _inlining_ the complied method exhausted this memory and so we need to realloc() for some more memory. Cheers Albrecht

Re: TYA bugfix patch / now TYA1.2v3

1999-01-17 Thread Amancio Hasty
What does "TYA: no space in inline coding" mean? Tnks! Amancio

TYA bugfix patch / now TYA1.2v3

1999-01-17 Thread Albrecht Kleine
#220] +tnx bugreport Lukas Knecht <[EMAIL PROTECTED]> + + file #222 + *** patch for TYA1.2v3 mailed on blackdown list *** +--- Sun Jan 17 09:47:34 1999 Albrecht Kleine <[EMAIL PROTECTED]> -tya* :

Re: TYA and Swing; What was the #define again?

1999-01-05 Thread Albrecht Kleine
> Hi! > > What was that #define that were supposed to be commented out to get TYA 1.2 to > work with Swing, even though it tries to disable JIT during init? #define IGNORE_DISABLE at first lines of tya.c. Unfortunately I've forgotten to switch this by default before releasing. Cheers, Albrecht

Re: TYA and Swing; What was the #define again?

1999-01-04 Thread Mario Camou
Hi Peter, Go into tya.c and UNcomment the "IGNORE_DISABLE" #define -Mario. Peter Schuller wrote: > Hi! > > What was that #define that were supposed to be commented out to get TYA 1.2 to > work with Swing, even though it tries to disable JIT during init? > >

TYA and Swing; What was the #define again?

1999-01-03 Thread Peter Schuller
Hi! What was that #define that were supposed to be commented out to get TYA 1.2 to work with Swing, even though it tries to disable JIT during init? Thanks! / Peter Schuller E-Mail: [EMAIL PROTECTED] Web: http://hem.passagen.se/petersch

Re: java rpms (jdk, tya, kaffe, documnetations)

1998-12-15 Thread John Summerfield
On Tue, 15 Dec 1998, Levente Farkas wrote: > hi, > I'm just uploading a few java releated rpm to incoming.redhat.com > and in-rhcn.redhat.com. All of this try to conform to rhcn and updates. > > last week updated tutorial IMHO one of the best java doc. > java-tutorial-1.3-1.noarch.rpm > java-tut

java rpms (jdk, tya, kaffe, documnetations)

1998-12-15 Thread Levente Farkas
s and Amendments + Changes for Java 1.1 java-langspec-1.0-3.noarch.rpm java-langspec-1.0-3.src.rpm just updated to rhcn jdk-1.1.7-1a.1glibc.i386.rpm jdk-1.1.7-1a.1glibc.src.rpm kaffe new version 1.0b3 kaffe-rhcn-1.0.b3-4.i386.rpm kaffe-rhcn-1.0.b3-4.src.rpm tya 1.2 (work with the jdk-1.1.7 rpms) tya-

Re: Swing applications + TYA 1.2?

1998-12-14 Thread Gerald Preissler
Bryce McKinlay <[EMAIL PROTECTED]> writes: > I was going to send this to Albrecht Kleine (author of TYA), but can't seem to > resolve his mail address, so I'll post it here. Origional message follows: > > -- [error message sniped] > Environment: - Ker

Re: Problem with TYA 1.2

1998-12-14 Thread Bryce McKinlay
initializeDefaultLAF(swingProps); initializeAuxiliaryLAFs(swingProps); initializeInstalledLAFs(swingProps); } finally { // Make sure to always re-enable the JIT. java.lang.Compiler.enable(); } } TYA does not like programs that call java.lang.Compiler.disable() !! You c

Re: Problem with TYA 1.2

1998-12-14 Thread Mario Camou
in this list. Sorry then for the wasted bandwidth, I completely missed it. And to the Blackdown and TYA teams, you guys are doing a Great Job! Thank you so much! -Mario. On Mon, 14 Dec 1998, Mario Camou wrote: > I just installed TYA 1.2. My code used to work perfectly with previous version

Re: Problem with TYA 1.2

1998-12-14 Thread Jason Gilbert
On Mon, 14 Dec 1998, Mario Camou wrote: > I just installed TYA 1.2. My code used to work perfectly with previous versions, > now I get a thread dump. > > There's also a weird "user programm switched off JIT compiling" message. It appears that the jvm is calling a m

Problem with TYA 1.2

1998-12-14 Thread Mario Camou
Hi, I just installed TYA 1.2. My code used to work perfectly with previous versions, now I get a thread dump. Intel Pentium Kernel 2.0.36 JDK 1.1.7v1a Red Hat 5.1 with all updates applied There's also a weird "user programm switched off JIT compiling" message. This behavio

Re: Swing applications + TYA 1.2? [update]

1998-12-13 Thread Bryce McKinlay
I just wanted to clarify my suggestion. Update... I just fixed the problem. There seems to be a problem with TYA's handling of the java.lang.Compiler.disable() call in UIManager. In earlier versions of TYA, IGNORE_DISABLE was #defined (see tya.c), but in 1.2 this define was commented ou

Swing applications + TYA 1.2?

1998-12-13 Thread Bryce McKinlay
I was going to send this to Albrecht Kleine (author of TYA), but can't seem to resolve his mail address, so I'll post it here. Origional message follows: -- I have just installed TYA 1.2 - Together/J is now working great (and *fast*!) without having to #undef anything in t

TYA 1.2 for Linux and FreeBSD released

1998-12-11 Thread Albrecht Kleine
byte) Merry Christmas! Albrecht PS: for the newbies who have never heard about TYA: it's a JIT distributed in source code under GPL. Just try it. PPS: once again thanks to all feedback I've gotten.

Re: Keyboard input problems [and TYA...]

1998-11-24 Thread John Collins
.. OK. I loaded and installed the native threads package. Now Together runs much slower than it did before I installed TYA, but the keyboard input problem is fixed. I guess I haven't found any combination that makes it really usable. Has anyone else gotten Together working to their satisfactio

Re: Keyboard input problems [and TYA...]

1998-11-23 Thread Albrecht Kleine
> Hi, > Out of interest, did you have any problems getting Together to work with > TYA? With TYAs default configuration, Together crashed (on either JDK, with > any thread model) whenever I clicked on any object in the diagram view. I Next TYA release will STOP running you into

Re: Keyboard input problems [and TYA...]

1998-11-22 Thread Bryce McKinlay
threads, they do benchmark a little slower due to increased overhead, but in most cases application performance/responsiveness feels faster - I find that text inputs and editors in particular are snappier. Out of interest, did you have any problems getting Together to work with TYA? With TYAs default

Activator and JDK 1.1.7+TYA?

1998-11-16 Thread Mario Camou
Hi, I'm probably asking a dumb question, but hope springs eternal...I'm sort of hoping the README isn't up to date... Can Java Activator run on JDK 1.1.7+TYA? (or even without TYA). I don't relish having to have two distinct JDK versions on the same machine, what with a

jdk-1.1.7-1a & tya-1.1-4

1998-11-11 Thread Levente Farkas
hi, I'm just uploading to incoming.redhat.com and in-rhcn.redhat.com jdk and tya. Both are made on RH 5.2 (but I hope work on all 5.x with the glibc updates). This version of tya compile for this jdk. You can find more info about java rpms on: http://anna.inf.u-szeged.hu/java/java-rpm

JNI application wanted for TYA testing

1998-11-01 Thread Albrecht Kleine
Hi, I have rewritten TYA's native code invocation part, mostly related to newer JNI interface. For testing purposes I am searching for some ``real world'' applications using JNI compiled under Linux OS. I am pleased if you give me some URL hints (http,ftp) to such programs out there on the ne

tya-1.1v3 rpm

1998-10-28 Thread Levente Farkas
hi, I'm just upload tya 1.1v3 to incoming.redhat.com tya-1.1-3.i386.rpm tya-1.1-3.src.rpm AFAIK it can work together with jdk-1.1.6-5.glibc.i386.rpm jdk-sn-1.1.6-1.2glibc.i386.rpm Name : tya Distribution: (none) Version

Re: JIT compiler TYA

1998-09-22 Thread Albrecht Kleine
> Does anyone have the URL for this or any JIT that will work with > JDK1.1.6v4a. Thanks. ftp://gonzalez.cyberus.ca/pub/Linux/java/tya1.0.tgz Cheers Alb.

Re: JIT compiler TYA

1998-09-21 Thread Jeff Sider
Does anyone have the URL for this or any JIT that will work with JDK1.1.6v4a. Thanks. Leung Yau Wai wrote: > > Dear all, > > I would like to ask do TYA support a JAVA application with native > C function call? It seem that I got core dump in this suitation. I would &g

Re: JIT compiler TYA

1998-09-19 Thread Albrecht Kleine
Hi, > | > | I would like to ask do TYA support a JAVA application with native > | C function call? It seem that I got core dump in this suitation. I would > | like to confirm it! > > the first time. I sent a note to Albrecht Kleine and he advised me to > do

RE: JIT compiler TYA

1998-09-18 Thread A . KLOS
-- | From: cs.lywab / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: JIT compiler TYA | Date: Friday, September 18, 1998 3:21AM | | Dear all, | | I would like to ask do TYA support a JAVA application with native | C function call? It seem

JIT compiler TYA

1998-09-17 Thread Leung Yau Wai
Dear all, I would like to ask do TYA support a JAVA application with native C function call? It seem that I got core dump in this suitation. I would like to confirm it! Thanks! === ¤µ¤Ñ¨ì¦Ñ§Ú¹³¨º¶^¤£¨ì §Ú·Q°µ

Re: TYA 1.0 memory corruption

1998-09-04 Thread David Lucas
It was probably the use of egcs 1.03 compiler that help keep the bug down. ;-) Keep us posted. I would be glade to alpha test again if you need. Later, Dave Albrecht Kleine wrote: > May be you are right, but anyway: it is a bug in tya. > Tonight I've no solution for you, but as

Re: TYA 1.0 memory corruption

1998-09-04 Thread Albrecht Kleine
he local > > Might be related to jdk116. I am still running jdk115 (java version > "Sergey_Nikitin:12/21/97-23:13") w/tya 1.0 and I am not having this May be you are right, but anyway: it is a bug in tya. Tonight I've no solution for you, but as workaround try disable #

tya and freebuilder rpms

1998-08-25 Thread Levente Farkas
hi, I'm just upload to ftp.redhat.com tya-1.0-2 tya is a just-in-time compiler for sun's jdk port it works with both jdk-sbb and jdk-sn rpms (at least I hope). it'll move to ftp.redhat.com/pub/contrib/hurricane/i386/ freebuilder-0.7.3-1 Free Builder has the basic capabiliti

Re: TYA 1.0 memory corruption

1998-08-23 Thread David Lucas
I don't > write ant value in TF) the content of var1 is corrupted: it assumes > some apparently random values when I click outside and inside the window. > If I run the application without tya the problem disappear. > Bye > Fulco Might be related to jdk116. I am still running jdk

TYA 1.0 memory corruption

1998-08-23 Thread phongsri
s corrupted: it assumes some apparently random values when I click outside and inside the window. If I run the application without tya the problem disappear. Bye Fulco --- Main.java --- import java.awt.event.*; import java.awt.*; class Mai

TYA & RPM archives

1998-08-05 Thread Albrecht Kleine
Hi, Rick van Rein <[EMAIL PROTECTED]> was so kind to create some RPM archives for the current TYA release: http://www.cs.utwente.nl/~vanrein/linux/tya-1.0-1.src.rpm http://www.cs.utwente.nl/~vanrein/linux/tya-1.0-1.i386.rpm FYI: we have changed meanwhile the -O compiler

TYA 1.0 released

1998-07-25 Thread Albrecht Kleine
Hi, I've just uploaded another TYA JIT release to tya home site: ftp://gonzalez.cyberus.ca/pub/Linux/java/tya1.0.tgz Once again I have added some important bugfixes: for details look into README and Changelog files. Although TYA is not perfect I think we now have a good basic for fu

TYA pre 0.8 beta test

1998-07-15 Thread Albrecht Kleine
Hi, next time I'll release another version of my TYA JIT compiler add on for Linux x86. TYA 0.8 is _not_ faster TYA 0.7, but once again I've fixed some bugs. If you have running TYA 0.7 without any problems, don't expect too much. But if you are running java programs TY

  1   2   >