[8u60] request for review: 8068489: remove unnecessary complexity in Flow and Bits, after JDK-8064857

Vicente-Arturo Romero-Zaldivar vicente.romero at oracle.com
Fri Jun 12 21:54:02 UTC 2015


On 06/12/2015 02:46 PM, Maurizio Cimadamore wrote:
> Looks good - there are still indentation issues if I look at the 
> Udiff, but if I look at the 'New' file indentation looks ok - I wonder 
> if there might be tabs?

I will double check but I don't think that there are tabs in the patch.

Thanks,
Vicente

>
> Maurizio
>
> On 11/06/15 02:39, Vicente-Arturo Romero-Zaldivar wrote:
>> Hi Maurizio,
>>
>> On 06/10/2015 04:33 PM, Maurizio Cimadamore wrote:
>>> It generally looks good - I found however some differences with the 
>>> code in 9:
>>>
>>> * we seem to have replaced 'new ListBuffer<P>' with 'new 
>>> ListBuffer<PendingExit>' - the 9 version simply uses diamond; I 
>>> think we could so the same (also to minimize diffs)
>>> * indentation seems to be off (likely as a result of the merge) esp. 
>>> in AssignAnalyzer.{letInit,visitClassDef,visitMethodDef}
>>
>> yep, good catch!
>>
>> I have fixed those issues. I have published a new review at: 
>> http://cr.openjdk.java.net/~vromero/8068489/webrev.01/
>>
>> Thanks,
>> Vicente
>>
>>>
>>> Maurizio
>>>
>>> On 05/06/15 23:03, Vicente-Arturo Romero-Zaldivar wrote:
>>>> Hi,
>>>>
>>>> Please review the backport of bug:
>>>>
>>>> 8068489: remove unnecessary complexity in Flow and Bits, after 
>>>> JDK-8064857
>>>>
>>>> JDK9 bug: https://bugs.openjdk.java.net/browse/JDK-8068489
>>>> backport: https://bugs.openjdk.java.net/browse/JDK-8068547
>>>> original patch pushed to 9: 
>>>> http://hg.openjdk.java.net/jdk9/jdk9/langtools/rev/5e500700b168
>>>> public review: http://cr.openjdk.java.net/~vromero/8068489/webrev/
>>>>
>>>> The original patch doesn't apply cleanly. There are no major 
>>>> differences but I think that there are enough to deserve a review.
>>>>
>>>> Thanks,
>>>> Vicente
>>>
>>
>



More information about the compiler-dev mailing list