Bug 431763 - [plan] [memory] reduce unnecessary garbage creation during signature processing in UnresolvedType (forName/forSignature)
Summary: [plan] [memory] reduce unnecessary garbage creation during signature processi...
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.8.0.M1   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 1.8.0   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 20:15 EDT by Andrew Clement CLA
Modified: 2014-04-01 20:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.