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

Sat, 05 Mar 2016 08:47:12 +0100Let's iterate over smaller number to pass the test on slow computers
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 05 Mar 2016 08:47:12 +0100] rev 1885
Let's iterate over smaller number to pass the test on slow computers

Sat, 05 Mar 2016 08:45:21 +0100Slightly more robust parsing code
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 05 Mar 2016 08:45:21 +0100] rev 1884
Slightly more robust parsing code