Re: RFR: 8029055: Map.merge @implDoc is incorrect.

2013-11-24 Thread David Holmes
Hi Mike, There is still no clear spec for what should happen if the param value is null. To me the spec implies that null should become the new value for the mapping, but the code actually removes the mapping. There is also a further error in this spec. First we have: 1112 * If the spec

Re: ArrayStoreException in Class#getAnnotations

2013-11-24 Thread Joe Darcy
On 11/24/2013 9:07 AM, Philippe Marschall wrote: [snip] I would like to take a moment to lament the fact that you no longer offer fastdebug builds and no longer include sources for non-API classes. Things like this were much easier to debug in the good old JDK 6 days. This is double annoyi

ArrayStoreException in Class#getAnnotations

2013-11-24 Thread Philippe Marschall
Hi The following issue was been bothering me for a while: When you have an annotation with a value that is an array of classes [1] and one of those classes can't be loaded with the class loader of defining class of the element the annotation is defined on you get a ArrayStoreException (stack t