While running JCK AUTO for 1.4.0_04_b3 using -Xcomp flag, three api tests in particular fail.
api/javax_swing/plaf/basic/BasicComboBoxUI/index.html#protected
api/javax_swing/plaf/basic/BasicComboPopup/index.html#protected
api/javax_swing/tree/DefaultTreeCellEditor/index.html#Methods
From further investigation, the problem seems to first come to light in 1.4.0_03 - see table below:
JDK FLAG Config STATUS
==============================================================
1.4.0_04_build3 -server -Xcomp -Xfuture FAIL
1.4.0_04_build2 -server -Xcomp -Xfuture FAIL
1.4.0_04_build1 -server -Xcomp -Xfuture FAIL
1.4.0_04_build3 -server -Xfuture* PASS
1.4.0_03_build4 -server -Xcomp -Xfuture FAIL
1.4.0_03_build3 -server -Xcomp -Xfuture FAIL
1.4.0_03_build1 -server -Xcomp -Xfuture PASS
1.4.0_03_build4 -server -Xfuture* PASS
1.4.0_02 -server -Xcomp -Xfuture PASS
1.4.0 fcs -server -Xcomp -Xfuture PASS
* -Xcomp removed tests pass.
From the table we can see that the failure occured somewhere in 1.4.0_03_b3.
I have attached a copy of the jtr report for your convience.
###@###.### 2003-03-10
- duplicates
-
JDK-4724234 javax.swing.plaf.basic.BasicComboBoxUI.protectedTests failed in comp mode
- Resolved