Sat, 19 Mar 2016 12:51:03 +0100Making java.util.concurrent package compilable except ForkJoinPool
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 12:51:03 +0100] rev 1895
Making java.util.concurrent package compilable except ForkJoinPool

Sat, 19 Mar 2016 11:01:40 +0100Can compile java.util.concurrent.locks
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 11:01:40 +0100] rev 1894
Can compile java.util.concurrent.locks

Sat, 19 Mar 2016 10:54:10 +0100Merge IllegalMonitorStateException is needed for concurrent utilities
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:54:10 +0100] rev 1893
Merge IllegalMonitorStateException is needed for concurrent utilities

Sat, 19 Mar 2016 10:53:40 +0100IllegalMonitorStateException is needed for concurrent utilities jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:53:40 +0100] rev 1892
IllegalMonitorStateException is needed for concurrent utilities

Sat, 19 Mar 2016 10:48:29 +0100Merging in JDK's concurrent interfaces
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:48:29 +0100] rev 1891
Merging in JDK's concurrent interfaces

Sat, 19 Mar 2016 10:46:31 +0100Bringing in all concurrent package from JDK7-b147 jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:46:31 +0100] rev 1890
Bringing in all concurrent package from JDK7-b147

Sat, 19 Mar 2016 10:31:13 +0100Support for default attributes of annotations
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:31:13 +0100] rev 1889
Support for default attributes of annotations

Sat, 19 Mar 2016 10:28:03 +0100Don't include emul.mini profile - then classes from emul.compact are available twice and it may happen that they override each other. For example when EnumSet is requested.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 10:28:03 +0100] rev 1888
Don't include emul.mini profile - then classes from emul.compact are available twice and it may happen that they override each other. For example when EnumSet is requested.

Sat, 19 Mar 2016 08:45:39 +0100Sometimes, when running on nashorn, the Class.forName could return an undefined symbol. Detecting such case and redoing the query seems to return things to normal.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 19 Mar 2016 08:45:39 +0100] rev 1887
Sometimes, when running on nashorn, the Class.forName could return an undefined symbol. Detecting such case and redoing the query seems to return things to normal.

Sat, 05 Mar 2016 10:28:10 +0100RetroLamda needs to access resources from classpath, not the converted ones to deal with lamda interfaces with default methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 05 Mar 2016 10:28:10 +0100] rev 1886
RetroLamda needs to access resources from classpath, not the converted ones to deal with lamda interfaces with default methods