RFR 8065998: Avoid use of _ as a one-character identifier

Jan Lahoda jan.lahoda at oracle.com
Tue Dec 2 14:23:56 UTC 2014


Thanks to all for the comments!

Jan

On 2.12.2014 11:15, Alan Bateman wrote:
> On 01/12/2014 13:37, Jan Lahoda wrote:
>> :
>>
>>>
>>> In TypeCheckMicroBenchmark then "ignore" is might be a misleading too
>>> given that the ArrayStoreException causes a CCE to be thrown.
>>
>> I've updated the patch to use "expected" where the exception appears
>> to be expected and "unused" where exception appears to be unexpected,
>> but the variable is not used.
>>
>> Updated patches:
>> jaxp:
>> http://cr.openjdk.java.net/~jlahoda/8065998/webrev.01/jaxp/
>> jdk:
>> http://cr.openjdk.java.net/~jlahoda/8065998/webrev.01/jdk/
> webrev.01 looks good to me.
>
> -Alan



More information about the core-libs-dev mailing list