On Thu, 20 Jan 2000, Marek Gmyrek wrote:
> observations. Both native and green versions are very slowly, especially
> with GUI stuff, when compared to jdk1.1.8 (v1).
>
> Processor utilization is not so bad, until I move a window and a window
> in background has to repaint itself. Repainting takes a time of ca. a few
> seconds. During that time the processor is busy almost to 100%.
Java 2 performs a lot of graphic operations in java space, not allowing
hardware to speed up things. Additionally Everything have to be done in
Graphics2D environment - a lot more complicated compared to plain 1.1.x
graphics. I'm afraid that we have to wait till graphics2d are really
optimized for linux platform - as it seems to be a case with windows and
solaris versions.
Artur
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]