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
I am attempting to compile an RMI application with the 1.17
version of the Blackdown JDK, and
when I do, I get a Segmentation Fault. This does not leave any
trace of why the fault occured.
I am running the RedHat 5.2 distribution of Linux
Has anybody else had this problem ? and if so, did
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
Jacob Nikom wrote:
>
> Hi,
>
> My name is Jacob Nikom. I tried to download JDK 1.2 for Linux and got
> some problems with java files. I got very strange content of the /jdk1.2/bin
> directory:...
>
> As you see all files point to the .java_wrapper file which does not exist.
Try "ls -la". Files
Check the information at
http://www.blackdown.org/java-linux/jdk1.2-status/jdk1.2-status.html
The archive you downloaded is just debug versions - you probably want:
jdk1.2pre-v2.tar.bz2
-Jim Jensen[EMAIL PROTECTED]
-
Well I took your lead and downloaded CaffeineMark3 so I could see if I
could reproduce your results. First off it is a shame that your image
results returned 0. Ok First off I ran the tests three times on the
same computer but with different jdk's, once with jdk1.2(win32),
jdk1.2v2(linux), and j
Hi,
My name is Jacob Nikom. I tried to download JDK 1.2 for Linux and got
some problems with java files. I got very strange content of the /jdk1.2/bin
directory:
//homes/nikom/work/java/bin/jdk1.2/bin ls -l
total 8
lrwxrwxrwx 1 nikomstaff13 Jun 8 18:11 appletviewer_g -> .java_wrapper
This looks to be a problem with Native threads in pre2. If you run the
program with java -green -jar test2d.jar it will be a little sluggish
but will not leak. I've noticed a marked improvement in the Java2D demo
as well. In addition one of my friends was also working on a school
project that u
>> 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]>
--
Hi
I am using jdk1.2-pre2 glibc2.0 on RedHat5.2
I have to menuitems one with shortcut Ctrl+O and the other with shurtcut
Chtrl+I
Ctrl+O worls fine, Ctrl+I is almost always ignored and sometimes even
causes application to stop responding.
No exceptions or other errors are thrown.
The code where I
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, but I've grabbed
> an old benchmark (CaffeineM
Hi,
> Generic JDK variables, Java 1.1 and Java 1.2:
..
> JAVA_COMPILER If set to "tya", then "libtya.so" will be used as
> a JIT compiler if it is installed correctly. If
> set to "none", no JIT will be used.
IMHO should one use a _case_ _sensitive
>As the experience of many in this group shows, TYA is in no imminent
>danger of being put out of business by Sun's JIT efforts.
>
I don't understand what everybody's perception is here, but I've grabbed
an old benchmark (CaffeineMark3) and the results are obvious:
JDK1.1.7:
TYA 1.2v4: 811,
> > > 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 JIT has quite
On Tue, Jun 08, 1999 at 11:28:55AM +, Jonas Holmberg wrote:
> How can I make a method being called before the jvm exits when killing
> the jvm (or pressing Ctrl-C if its in the foreground)?
>
> I suppose a pure java way is out of the question? What is the least OS
> dependant way?
>
> What I
There is a method in System called runFinalizersOnExit(boolean) that
supposedly will let you tell the jvm to run all finalizers when the jvm is
shut down. However, I've heard it's not that reliable, and I notice that
it has been deprecated in jdk1.2.
On Tue, 8 Jun 1999, Jonas Holmberg wrote:
>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
Ratkai Peter wrote:
> HI there,
>
> I have downloaded and instaled JDK 1.1.7, Version 1a. After setting the
> PATH variable, and issuing the command `java` it segfaults.
> I'm not a java guru, especially this is the first time installing java on
> linux. I have a glibc system, and also have libc-
How can I make a method being called before the jvm exits when killing
the jvm (or pressing Ctrl-C if its in the foreground)?
I suppose a pure java way is out of the question? What is the least OS
dependant way?
What I want is to do some cleanup before stopping a server written in
java only. And
On Tue, 8 Jun 1999 12:02:29 +0200 (CEST), Ratkai Peter wrote:
>HI there,
>
>I have downloaded and instaled JDK 1.1.7, Version 1a. After setting the
>PATH variable, and issuing the command `java` it segfaults.
>I'm not a java guru, especially this is the first time installing java on
>linux. I hav
I am also seeing memory problems with JDK1.2 pre2. I am running RedHat 5.2,
glibc 2.0, and was not seeing this behaviour with jdk1.2pre1. I have also
tried RedHat 6.0 under VMWare under Redhat 5.2 and the GlibC 2.1 version has
the same behaviour.
If you are interested to see if it behaves the sam
HI there,
I have downloaded and instaled JDK 1.1.7, Version 1a. After setting the
PATH variable, and issuing the command `java` it segfaults.
I'm not a java guru, especially this is the first time installing java on
linux. I have a glibc system, and also have libc-5 librarys installed.
(Debian 2.
22 matches
Mail list logo