|
Quick Lists
|
|
Bug ID:
|
6809227
|
|
Votes
|
0
|
|
Synopsis
|
poor performance on Panel.Add() method in jdk6
|
|
Category
|
java:classes_awt
|
|
Reported Against
|
|
|
Release Fixed
|
,
7(b55) (Bug ID:2173819)
|
|
State
|
6-Fix Understood,
bug
|
|
Priority:
|
2-High
|
|
Related Bugs
|
6825362
,
6829326
,
6852051
,
6857365
,
4533021
|
|
Submit Date
|
24-FEB-2009
|
|
Description
|
There is a performance regression introduced by the fix for
4533021 Container needs API to change Z-ordering of children
Testcase attached.
For more information please refer to
http://forums.java.net/jive/thread.jspa?threadID=57686&tstart=0
Posted Date : 2009-02-24 13:40:54.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
The current impelementation of the Z-order changes is quite expensive. Any addition (or removal) of a component to a container does restack all components of the container. The fix is to change only the Z-order of the particular component upon addition (or removal) of the component.
It's a rather risky fix for 6u14 b04.
Posted Date : 2009-03-04 12:28:03.0
Too risky for 6 update.
Posted Date : 2009-07-14 10:25:30.0
Affects HW components only.
Posted Date : 2009-09-08 09:04:09.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |