You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Laszlo Kishalmi (JIRA)" <ji...@apache.org> on 2018/01/29 07:40:00 UTC

[jira] [Created] (NETBEANS-342) Revisit netbeans_default_options in netbeans.conf

Laszlo Kishalmi created NETBEANS-342:
----------------------------------------

             Summary: Revisit netbeans_default_options in netbeans.conf
                 Key: NETBEANS-342
                 URL: https://issues.apache.org/jira/browse/NETBEANS-342
             Project: NetBeans
          Issue Type: Improvement
          Components: platform - Launchers&amp;CLI
    Affects Versions: 9.0
            Reporter: Laszlo Kishalmi


The default JVM and other options has not been changed too much over the years. If it has been changed those changes were just appends. Like now we got a bunch of appended --add-exports and --add-opens due to Java 9.

I'd see the following points to be discussed:
 # Using Client VM is most probably not required / deprecated
 # Are the initial memory arguments Ok?
 # Is sun.jsva2d.noddraw=true still required?
 # Is sun.zip.disableMemoryMapping=true still required
 # Shall we force Antialiased text rendering with {{swing.aatext=true}} here?
 # Java 9 related stuff could be in a different variable

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists