Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] ASTRewrite

I tried it with 1.7 openjdk and 1.7 oracle. Getting 1.6 presents
challenges.  I'll be able to try it another day.

On Tue, Jul 10, 2012 at 12:59 PM, Sergey Prigogin
<eclipse.sprigogin@xxxxxxxxx> wrote:
>
>
> On Tue, Jul 10, 2012 at 8:09 AM, Joseph Paul Cohen <jcccnet@xxxxxxxxx>
> wrote:
>>
>> Hello,
>>
>> I have been using the CDT ASTRewrite object to create changes. For
>> some refactorings (not all) with multiple IAST nodes removed it hangs
>> at this line:
>>
>> final Change c = rw.rewriteAST();
>>
>> The thread says "waiting for: DirtyRegionQueue" (Image Attached)
>>
>> Can anyone tell me what this means? Or some hints at what to look at?
>
>
> Looks like a JVM problem. Have you tried to run it with JDK 1.6?
>>
>>
>> -J
>
>
> -sergey
>>
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top