changeset 3136:2def3cad2e00

IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor.
author Peter Hofer <peter.hofer@jku.at>
date Mon, 04 Jul 2011 10:56:19 +0200
parents f5c607fb850d
children 7b805b65679f
files src/share/tools/IdealGraphVisualizer/nbproject/project.properties
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/tools/IdealGraphVisualizer/nbproject/project.properties	Sun Jul 03 11:05:05 2011 +0200
+++ b/src/share/tools/IdealGraphVisualizer/nbproject/project.properties	Mon Jul 04 10:56:19 2011 +0200
@@ -51,5 +51,8 @@
 project.com.sun.hotspot.igv.texteditor=TextEditor
 project.com.sun.hotspot.igv.view=View
 project.com.sun.hotspot.igv.util=Util
-project.test=module1
-run.args = -J-client -J-Xms128m -J-Xmx1g -J-ea
+
+# Disable assertions for RequestProcessor to prevent annoying messages in case
+# of multiple SceneAnimator update tasks in the default RequestProcessor.
+run.args.extra = -J-client -J-da:org.openide.util.RequestProcessor
+debug.args.extra = -J-client -J-da:org.openide.util.RequestProcessor