File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
appui/src/com/sun/tools/visualvm/modules/appui
core/core.jar/org/netbeans/core/startup
org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui
org-netbeans-core.jar/org/netbeans/core/ui Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 52
52
public final class AboutAction extends AbstractAction {
53
53
private final static Logger LOGGER = Logger .getLogger (AboutAction .class .getName ());
54
54
55
- private String versionString = "Dev " ; // Use "Dev" for development builds // NOI18N
55
+ private String versionString = "1.4 " ; // Use "Dev" for development builds // NOI18N
56
56
57
57
58
58
public AboutAction () {
Original file line number Diff line number Diff line change 22
22
# or visit www.oracle.com if you need additional information or have any
23
23
# questions.
24
24
25
- currentVersion =VisualVM {0}
25
+ currentVersion =VisualVM 1.4
26
26
LBL_splash_window_title =Starting VisualVM
27
27
SPLASH_HEIGHT =310
28
28
SPLASH_WIDTH =530
Original file line number Diff line number Diff line change 22
22
# or visit www.oracle.com if you need additional information or have any
23
23
# questions.
24
24
25
- CTL_MainWindow_Title =VisualVM {0}
26
- CTL_MainWindow_Title_No_Project =VisualVM {0}
25
+ CTL_MainWindow_Title =VisualVM 1.4
26
+ CTL_MainWindow_Title_No_Project =VisualVM 1.4
Original file line number Diff line number Diff line change 22
22
# or visit www.oracle.com if you need additional information or have any
23
23
# questions.
24
24
25
- LBL_ProductInformation =VisualVM
25
+ LBL_ProductInformation =VisualVM 1.4
Original file line number Diff line number Diff line change 51
51
# Cachedir must be different from userdir. The same cachedir and userdir
52
52
# would cause problems.
53
53
#
54
- visualvm_default_userdir="${DEFAULT_USERDIR_ROOT}/dev "
55
- visualvm_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/dev "
54
+ visualvm_default_userdir="${DEFAULT_USERDIR_ROOT}/1.4 "
55
+ visualvm_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/1.4 "
56
56
57
57
# Options used by VisualVM launcher by default:
58
58
# (can be overridden by explicit command line switches)
59
59
#
60
60
61
- visualvm_default_options="-J-client -J-Xms24m -J-Xmx256m -J-Dnetbeans.accept_license_class=com.sun.tools.visualvm.modules.startup.AcceptLicense -J-Dsun.jvmstat.perdata.syncWaitMs=10000 -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.d3d=false -J--add-exports=java.desktop/sun.awt=ALL-UNNAMED -J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor.event=ALL-UNNAMED -J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED -J--add-exports=java.desktop/sun.swing=ALL-UNNAMED -J--add-exports=jdk.attach/sun.tools.attach=ALL-UNNAMED -J--add-modules=java.activation -J--add-opens=java.base/java.net=ALL-UNNAMED -J--add-opens=java.base/java.lang.ref=ALL-UNNAMED -J--add-opens=java.base/java.lang=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED -J-XX:+IgnoreUnrecognizedVMOptions -J-Dnetbeans.logger.console=true -J-ea "
61
+ visualvm_default_options="-J-client -J-Xms24m -J-Xmx256m -J-Dnetbeans.accept_license_class=com.sun.tools.visualvm.modules.startup.AcceptLicense -J-Dsun.jvmstat.perdata.syncWaitMs=10000 -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.d3d=false -J--add-exports=java.desktop/sun.awt=ALL-UNNAMED -J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor.event=ALL-UNNAMED -J--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED -J--add-exports=java.desktop/sun.swing=ALL-UNNAMED -J--add-exports=jdk.attach/sun.tools.attach=ALL-UNNAMED -J--add-modules=java.activation -J--add-opens=java.base/java.net=ALL-UNNAMED -J--add-opens=java.base/java.lang.ref=ALL-UNNAMED -J--add-opens=java.base/java.lang=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing=ALL-UNNAMED -J--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED -J-XX:+IgnoreUnrecognizedVMOptions"
62
62
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
63
63
64
64
# Default location of JDK:
Original file line number Diff line number Diff line change 1
1
app.icon =branding/core/core.jar/org/netbeans/core/startup/frame48.gif
2
2
app.name =${branding.token}
3
- app.title =VisualVM
3
+ app.title =VisualVM 1.4
4
4
modules =\
5
5
${project.com.sun.tools.visualvm.core}:\
6
6
${project.com.sun.tools.visualvm.modules.appui}:\
You can’t perform that action at this time.
0 commit comments