Bug 431763

Summary: [plan] [memory] reduce unnecessary garbage creation during signature processing in UnresolvedType (forName/forSignature)
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 1.8.0.M1   
Target Milestone: 1.8.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Andrew Clement CLA 2014-04-01 20:15:49 EDT
There is a lot of string chopping and on measuring it about 10-15% of the time the incoming request is for "Object" - ought to use a constant for handling java.lang.Object to reduce unnecessary string chopping and associated intermediate garbage.