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 - warning after changes in netbeans.conf
Summary: warning after changes in netbeans.conf
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Solaris
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-08 14:02 UTC by Egor Ushakov
Modified: 2009-01-06 14:32 UTC (History)
0 users

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 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