-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
sparc
-
solaris_2.6
Name: aaR10142 Date: 05/05/2004
Filed By : SPB JCK team (###@###.###)
JDK :
JCK : 1.5
Platform[s] : Solaris
switch/Mode :
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] : N/A
Problem description
===================
java.util.concurrent.Delayed interface definition was changed without CCC request.
was:
public interface Delayed extends Comparable
Now:
public interface Delayed extends Comparable<Delayed>
^^^^^^^^^^^
This change causes following JCK test compilation failure
api/java_util/concurrent/DelayQueue/index.html#DelayQueue
JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests
======================================================================
- duplicates
-
JDK-5030013 Misc documentation fixes from JSR-166 public review
-
- Resolved
-