Skip to content

Commit

Permalink
launcher updated to NetBeans 8.0.2 version
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.java.net/svn/visualvm~svn/trunk@3424 ba0df5e5-9053-6d9f-941f-f112716aa91a
  • Loading branch information
thurka committed Nov 6, 2015
1 parent 8f2e61a commit a86f7d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions visualvm/launcher/visualvm
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ EOF
visualvm_default_options="-J-XX:MaxPermSize=384m ${visualvm_default_options}"
fi

if grep -v -- "-J-XX:PermSize" >/dev/null <<EOF ; then
${netbeans_default_options}
EOF
netbeans_default_options="-L-XX:PermSize=32m ${netbeans_default_options}"
fi

launchNbexec() {
nbexec=`grep -v "^#" "$basedir"/etc/visualvm.clusters | grep -v "^$" | grep platform | while read X; do
if expr "$X" : "/.*" >/dev/null; then
Expand Down

0 comments on commit a86f7d1

Please sign in to comment.