Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » IType.resolveType very slow in 3.4
IType.resolveType very slow in 3.4 [message #257017] Tue, 21 October 2008 21:34 Go to next message
Steve Farrell is currently offline Steve FarrellFriend
Messages: 8
Registered: July 2009
Junior Member
I just upgraded from 3.2.1 to 3.4 and found that my plug-in became very
slow. I do a lot of java introspection using IType. I found that the
biggest performance degradation was caused by calling resolveType(String).
It is several times slower than 3.2.1. I have plenty of heap memory left
so it is not that. Why is resolveType so slow in 3.4 or am I the only one
that is seeing this?

Thanks,

Steve
Re: IType.resolveType very slow in 3.4 [message #257116 is a reply to message #257017] Wed, 29 October 2008 15:55 Go to previous message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
"Steve Farrell" <stefarre@amdocs.com> wrote in message
news:f8620496f2a4a1cb6193e2e3fa946716$1@www.eclipse.org...
>I just upgraded from 3.2.1 to 3.4 and found that my plug-in became very
>slow. I do a lot of java introspection using IType. I found that the
>biggest performance degradation was caused by calling resolveType(String).
>It is several times slower than 3.2.1. I have plenty of heap memory left
>so it is not that. Why is resolveType so slow in 3.4 or am I the only one
>that is seeing this?

I haven't heard any other reports of a slowdown; the JDT performance tests
don't show one, or 3.4 wouldn't have been released.

Are you able to reproduce this in a test case that you could post in a
Bugzilla bug?
Previous Topic:AST rewriting under the hood -- how?
Next Topic:JVM crashes with embedded derby
Goto Forum:
  


Current Time: Sat Jul 13 19:47:54 GMT 2024

Powered by FUDForum. Page generated in 0.03617 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top