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/04/23 07:26:00 UTC

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

    [ https://issues.apache.org/jira/browse/NETBEANS-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16447669#comment-16447669 ] 

Laszlo Kishalmi commented on NETBEANS-342:
------------------------------------------

According to my tests:
 # Client VM flag shall be removed
 # We shall enable G1 String Deduplication (Eclipse does that since 2016) -XX:+UseStringDeduplication
 # sun.java2d.noddraw=true is still required
 # sun.zip.disableMemoryMapping=true maybe still needed though I did not encounter any problems without that.
 # {{swing.aatext=true}} does not make any difference at least on Ubuntu with Java 9 and 10

 

> 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
>            Assignee: Laszlo Kishalmi
>            Priority: Minor
>
> 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.java2d.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