JVM选项列表-在Oracle之后仍在维护吗? [英] JVM Options List - still being maintained post Oracle?

查看:76
本文介绍了JVM选项列表-在Oracle之后仍在维护吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

JVM选项列表是否仍在任何地方维护?它似乎已经从Oracle网站上消失了,但是幸运的是,Wayback Machine具有

Is the JVM Options List still being maintained anywhere? It seems to have disappeared from Oracle's website, but luckily the Wayback Machine has a copy.

推荐答案

使用java -XX:+PrintFlagsFinal打印可用的-XX选项. 可以使用以下选项将更多的诊断和实验选项添加到列表中: -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions(对于Sun) -XX:+UnlockInternalVMOptions(对于JRockit)

Use java -XX:+PrintFlagsFinal to print available -XX options. More diagnostic and experimental options can be added to list with following options: -XX:+UnlockDiagnosticVMOptions -XX:+UnlockExperimentalVMOptions (for Sun) -XX:+UnlockInternalVMOptions (for JRockit)

注意:Java 8的javac文档的当前版本包含大多数-XX选项的列表:

NOTE: Current version of javac docs for Java 8 contains list of most -XX options: https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html

具有80多个选项的Oracle指南: http://www.oracle. com/technetwork/java/javase/tech/vmoptions-jsp-140102.html

Oracle's guide with 80+ options: http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html

Pierre Laporte的服务可搜索907个选项(支持JDK 8): http://jvm-options.tech.xebia.fr/

Pierre Laporte's service with full search for 907 options (supports JDK 8): http://jvm-options.tech.xebia.fr/

具有800多个选项的站点指南: http: //stas-blogspot.blogspot.com/2011/07/most-complete-list-of-xx-options-for.html

Stas's guide with 800+ options: http://stas-blogspot.blogspot.com/2011/07/most-complete-list-of-xx-options-for.html

1.6.0和更低版本的JVM的选项集合: http: //www.xenoc.demon.co.uk/A%20Collection%20of%20JVM%20Options.htm

Collection of options for 1.6.0 and older versions of JVM: http://www.xenoc.demon.co.uk/A%20Collection%20of%20JVM%20Options.htm

这篇关于JVM选项列表-在Oracle之后仍在维护吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆