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 233266 - When using -J-XX:+UseConcMarkSweepGC IDE would benefit from using -J-XX:+ExplicitGCInvokesConcurrent
Summary: When using -J-XX:+UseConcMarkSweepGC IDE would benefit from using -J-XX:+Expl...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 20:40 UTC by ecerichter
Modified: 2013-07-23 20:40 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ecerichter 2013-07-23 20:40:15 UTC
In page http://wiki.netbeans.org/FaqGCPauses
there are some explanation about using UseConcMarkSweepGC would reduce pauses during GC.
I've found that option ExplicitGCInvokesConcurrent (to be used together UseConcMarkSweepGC) would also benefit developer in multiprocessor/multicore machines.

Detailed documentation about performance tunning and specially those options can be found here:

http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html

and also about Concurrent Mark Sweep Collector Enhancements:

http://docs.oracle.com/javase/7/docs/technotes/guides/vm/cms-6.html