|
Quick Lists
|
|
Bug ID:
|
4677702
|
|
Votes
|
0
|
|
Synopsis
|
optimise Java2D's Xlib calls to improve remote X11 text performance.
|
|
Category
|
java:classes_2d
|
|
Reported Against
|
1.4
|
|
Release Fixed
|
1.4.0_03,
1.4.1(hopper-beta) (Bug ID:2054212)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
01-MAY-2002
|
|
Description
|
Some X11 code in Java 2d is current calling 3 separate X11 API calls to set GC
values which because of the odrering trigger two X protocol requests.
These can be combined into one API call and more importantly one
protocol request, which reduces overhead for remote X11 display and helps
particularly when bandwidth is low.
|
|
Work Around
|
N/A
|
|
Evaluation
|
As per the description we can optimize this.
xxxxx@xxxxx 2002-04-30
============================
This code works equally well on all X11 platforms tested (in particular
Solaris and Linux).
This comes as no surprise at all as these implementations are based on
the same MIT source code.
xxxxx@xxxxx 2002-05-06
============================
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |