Submitted On 07-JUL-1999
mcpherson
I too have seen the same problems, and one additional.
Java3D seems to stretch all images in the X direction.
I'd have to guess that they're picking up an incorrect
screen size and consequently getting a bad aspect
ratio. I'll send a note to the Java3D list as well.
--
Allen McPherson
Los Alamos
Submitted On 30-JUL-1999
nschneir
Due to this bug, I am stopping work on a Java
app and converting it to C++/MFC. I have no
choice since it must run on the SGI. Help!
Submitted On 31-AUG-1999
jfekete
With 1.2.2 on an SGI 540, fonts come out very jaggy and the speed is terrible.
Setting JAVA2D_USEPLATFORMFONT to true solves the problem.
Submitted On 15-SEP-1999
crehan
The SGI/NT 540 has the potential to be able to
offset Java performance troubles, especially on
imaging aps like ours based on JAI (Java Advanced
Imaging API). But until Sun fixes this bug,
our 3 540's are doorstops and management is
questioning our JAI approach, because they cannot
see our imaging prototype running fast enough.
Submitted On 17-SEP-1999
mcpherson
Still broken with 1.3 beta. Horribly slow as well on a dual Xeon NT machine.
Ick!
Submitted On 05-NOV-1999
fung1449
The slow performance seen on Java 1.2 is also
seen on Java 2.0. I don't believe it is even a pixel image format as
the whole Java application is slow in performance
when running in True Color. It maybe the that Java
Image class must convert from RGBX to XRGB but on Java 2
even though it can be devloper selectable, the whole Java
window performance is still slow overall in True Color.
Submitted On 02-DEC-1999
eichelberger
The same problem occured when using JDK 1.2 with Windows NT 4.0 SP 5. It
disappeard
when using Windows 95 JDK 1.2. My application normally uses the standard
interface of
java.awt.Graphics. The performance on Windows 95 goes down, too, when drawing
text
with the features of Graphics 2D (using rotation of any angle on some text
strings).
Submitted On 03-DEC-1999
eichelberger
Using JDK 1.3 pre final the problem disappears on Windows NT 4.0.
Submitted On 30-MAR-2000
TakatsukaM
Will this fix be included in jdk1.3 release?
Submitted On 26-JUL-2000
stevendan
Since Merlin (jdk 1.4) will not be out for at least 6 months, can
you provide a fix for jdk 1.3?
Submitted On 13-SEP-2000
Kogan
To have a fix for jdk 1.3 will be VERY VERY helpful.
Without it it almost impossible to use java on SGI 320.
BTW, how come that this bug is closed but NOT fixed?
Submitted On 02-NOV-2001
jgreenberg
These work arounds are unacceptable. We are working with
Intralink and ProE and there do not work properly in 8 bit
color.
Submitted On 05-NOV-2001
chethaase
Comments on the last couple of posts:
The bug is fixed, not just closed. The fix was implemented
in jdk1.4 (currently shipping Beta3). There is no current
plan to back-port the fix to jdk1.3.
As for any users requiring things to work on existing
applications, we would suggest trying jdk1.4; it should
do the trick (either in the Beta version (for now) or the
full release version (due in the next couple/few months).
Chet.
Java2D team
Submitted On 14-DEC-2001
jeellis
Sorry, forgot to mention we're running the sgi 1600 flat
panels with the sgi320 NT workstations (around 20
stations). Now that I've vented, are there any customizable
java settings we could try?
Submitted On 14-DEC-2001
jeellis
We agree with jgreenberg. We have loaded the 1.4 beta3 and
continue to have degrading issues with sgi320 running PTC
Intralink 3. Window actions like minimizing,toggling
between browsers and changing WS frames cause the cpu to
peg. Minutes pass by waiting for the screen change and the
cpu to release. Another sore spot is the Locate window. The
operator section is a black dot that can't be read. This
java issue is preventing us from advancing and we're fast
approaching a position of running unsupported software.
Submitted On 17-DEC-2001
chethaase
The problems mentioned in connection with ProE and Intralink
are not the same problem as the original bug (and are
thus not fixed by this bug fix). It's not clear to me from
these short descriptions what the problems are that you are
having. Could someone please submit a new bug against this
problem and include:
- a clear description of the various issues, especially
as seen in jdk1.4.
- a testcase. If possible, please submit a test that does
not involve these applications as we do not have them in-
house. If not possible, describe exactly how to reproduce
the problem in these apps.
- You might also try submitting this bug against the apps
in question (i.e., with those other companies); that
might make it easier for us to get the information we
need (if those companies correspond with us on the problems)
Thanks,
Chet. (Java2D)
Submitted On 18-DEC-2001
flar
Also, please try running the applications with tracing and
send a copy of the output to java2d-comments@java.sun.com.
You can enable tracing with the command:
java -Dsun.java2d.trace=count ...
Submitted On 18-DEC-2001
flar
(Forgot to mention - the tracing mechanism is only available
on 1.4beta3 and later releases...)
Submitted On 15-FEB-2002
jmichaud2
The point of jeellis' comment on 14-Dec-01 (re problems
with PTC Intralink 3) is that the suggestion to use
JDK 1.4 as a workaround to this bug is not viable. JDK 1.4
produces too many other problems with PTC Intralink.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|