-
Bug
-
Resolution: Fixed
-
P2
-
OpenJDK6, 7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2155990 | OpenJDK6 | Dmitry Cherepanov | P2 | Resolved | Fixed | b03 |
JCK: JCK-runtime-6b b07
J2SE: FAIL - 7 b15 PASS 7 b14 6u4 b03 6u2 b05
Platform[s]: FAIL - All
switch/Mode: FAIL - default
Test api/java_awt/Container/index.html#isAncestorOf hangs since JDK 7 b15. The problematic code is
Container[] p=new Container[50]; //step Create array of containers
p[0] = new Container();
for (int i=1;i<50;i++) {
p[i-1].add(p[i] = new Container()); //step Create hierarchy
}
6u2 and 7 b14 finish execution of this code almost immediately. 7 b15 executes first ~25 iterations very fast, next ~10 quite slow and looks like locks up at ~35th iteration. Probably this test still can pass after several hours of waiting.
J2SE: FAIL - 7 b15 PASS 7 b14 6u4 b03 6u2 b05
Platform[s]: FAIL - All
switch/Mode: FAIL - default
Test api/java_awt/Container/index.html#isAncestorOf hangs since JDK 7 b15. The problematic code is
Container[] p=new Container[50]; //step Create array of containers
p[0] = new Container();
for (int i=1;i<50;i++) {
p[i-1].add(p[i] = new Container()); //step Create hierarchy
}
6u2 and 7 b14 finish execution of this code almost immediately. 7 b15 executes first ~25 iterations very fast, next ~10 quite slow and looks like locks up at ~35th iteration. Probably this test still can pass after several hours of waiting.
- backported by
-
JDK-2155990 api/java_awt/Container/index.html#isAncestorOf Container2019 hangs since JDK 7 b15
-
- Resolved
-
- duplicates
-
JDK-6631680 REGRESSION: api/java_awt/Container/index.html#isAncestorOf[Container2019] hangs up
-
- Closed
-
- relates to
-
JDK-6567564 Canvas's graphics config does not change when moved across monitors, Linux
-
- Closed
-