src/solaris/doc/sun/man/man1/java.1
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/solaris/doc/sun/man/man1/java.1	Wed Aug 16 10:56:16 2017
--- new/src/solaris/doc/sun/man/man1/java.1	Wed Aug 16 10:56:16 2017

*** 919,933 **** --- 919,928 ---- When you specify \fB\-Xnoclassgc\fR at startup, the class objects in the application will be left untouched during GC and will always be considered live\&. This can result in more memory being permanently occupied which, if not used carefully, will throw an out of memory exception\&. .RE .PP \-Xprof .RS 4 Profiles the running program and sends profiling data to standard output\&. This option is provided as a utility that is useful in program development and is not intended to be used in production systems\&. .RE .PP \-Xrs .RS 4 Reduces the use of operating system signals by the JVM\&. .sp Shutdown hooks enable orderly shutdown of a Java application by running user cleanup code (such as closing database connections) at shutdown, even if the JVM terminates abruptly\&.

src/solaris/doc/sun/man/man1/java.1
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File