易截截图软件、单文件、免安装、纯绿色、仅160KB

Java options Some Useful XX Options

http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp
Categories of Java HotSpot VM Options
 

Standard options recognized by the Java HotSpot VM are described on the Java Application Launcher reference pages for Windows
, Solaris
and Linux
. This document deals exclusively with non-standard options recognized by the Java HotSpot VM:
Options that begin with -X
are non-standard (not
guaranteed to be supported on all VM implementations), and are subject
to change without notice in subsequent releases of the JDK.
Options that are specified with -XX
are not stable and are not recommended for casual use. These options are subject to change without notice.
 
Some Useful -XX Options
 
Default values are listed for Java SE 6 for Solaris Sparc with -server.
Some options may vary per architecture/OS/JVM version. Platforms with a
differing default value are listed in the description.
Boolean options are turned on with -XX:+<option>
and turned off with -XX:-<option>
.
Numeric options are set with -XX:<option>=<number>
.
Numbers can include 'm' or 'M' for megabytes, 'k' or 'K' for kilobytes,
and 'g' or 'G' for gigabytes (for example, 32k is the same as 32768).
String options are set with -XX:<option>=<string>
, are usually used to specify a file, a path, or a list of commands
Flags marked as manageable
are dynamically writeable
through the JDK management interface
(com.sun.management.HotSpotDiagnosticMXBean API) and also through
JConsole. In Monitoring and Managing Java SE 6 Platform Applications
, Figure 3 shows an example. The manageable flags can also be set through jinfo -flag
.
The options below are loosely grouped into three categories.
Behavioral options
change the basic behavior of the VM.
Performance tuning
options are knobs which can be used to tune VM performance.
Debugging options
generally enable tracing, printing, or output of VM information.
 
B


相关文档:

傻B自己看的java笔记:连接MYSQL

  改一个这样的题目正式告诉你,我终于动手记录一些java的笔记了。实在很久没有写java了。哈哈,不好意思,为了flash 后台有个支持,java 这部分还是要学一点,但不是很重点学。这部分东西,我不熟悉,也在慢慢记录。自己看的笔记,所以要是你不是傻B,最好不要看。
   在今晚练习的时候,尝试去连接可爱的 ......

JAVA、ASP.NET(C#) QQ群交流!


---------------------------------------
Asp.Net,C#,SQL,JS,WCF,AJAX,工作流,WPF,MVC,LINQ,设计模式(架构)等技术讨论
“ASP.NET(C#)Fans” QQ群:96877690
---------------------------------------
不管是J2SE、J2EE还是J2ME敬请加入!Eclipse、NetBeans
Java交流QQ高级群扩招:96878255  ......

Java面试笔试题大汇总(一)

第一,谈谈final, finally, finalize的区别。
  最常被问到。  
  第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?  
  第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。  
  第四,&和&am ......

如何应用Java的BigDecimal类

本文介绍Java的BigDecimal类的应用。Java在java.math包中提供的API类BigDecimal,用来对超过16位有效位的数进行精确的运算。
BigDecimal类
双精度浮点型变量double可以处理16位有效数。在实际应用中,需要对更大或者更小的数进行运算和处理。Java在java.math包中提供的API类BigDecimal,用来对超过16位有效位的数进行精确 ......

HTTPs in java dev @IBM

      最近在开发一个小的ESB系统,会在这里粘一些觉得会用的到的文章。
出自:www.ibm.com.cn MattTowers 2002年10月08日
摘要
使用 HTTPS(Hypertext Transfer Protocol Secure 安全超文本传输协议)并非你所想的那样简单直接。如果你曾经尝试在 Java 客户端和 HTTPS 服务器之间进行安全的通 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号