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 143293

Summary: warning after changes in netbeans.conf
Product: platform Reporter: Egor Ushakov <gorrus>
Component: -- Other --Assignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Egor Ushakov 2008-08-08 14:02:16 UTC
From netbeans.conf:
# If you specify the heap size (-Xmx) explicitely, you may also want to enable
# Concurrent Mark & Sweep garbage collector. In such case add the following
# options to the netbeans_default_options:
# -J-XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-XX:+CMSPermGenSwe
epingEnabled
# (see http://wiki.netbeans.org/wiki/view/FaqGCPauses)

I added these options to netbeans_default_options, everything is ok, but I get a warning:
Please use CMSClassUnloadingEnabled in place of CMSPermGenSweepingEnabled in the future