# HG changeset patch # User Peter Hofer # Date 1309769779 -7200 # Node ID 2def3cad2e00eb6e5e62114ece19b22e5efeb875 # Parent f5c607fb850d7c7d98cc0c2040ab795634921192 IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor. diff -r f5c607fb850d -r 2def3cad2e00 src/share/tools/IdealGraphVisualizer/nbproject/project.properties --- 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