This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 97282 - Debug info in module JARs increases memory usage
Summary: Debug info in module JARs increases memory usage
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2007-03-06 13:59 UTC by _ rkubacki
Modified: 2007-10-10 12:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2007-03-06 13:59:08 UTC
Variable table information contained in classfiles are usefull for debugging but
not needed for shipped product. That's why we build all netbeans modules in
standard distro with 

build.compiler.debuglevel=source,lines

This reduces size of module JARs (by 10-15%) and decreases slightly memory
usages mostly as it gives us smaller permgen. Our buildmasters should be able to
confugire this easily in their build environment.
Comment 1 Tomas Hurka 2007-03-23 17:09:47 UTC
Michale,can you look at it? Thanks.
Comment 2 Tomas Hurka 2007-09-11 13:00:23 UTC
This issue will be fixed when profiler is open-source.
Comment 3 Tomas Hurka 2007-10-10 12:04:38 UTC
Fixed in trunk.