`
BruceChan_GY
  • 浏览: 6973 次
社区版块
存档分类
最新评论

JVM模式

    博客分类:
  • JVM
阅读更多
[root@localhost ~]# java -server -version
java version "1.7.0_75"
OpenJDK Runtime Environment (rhel-2.5.4.2.el7_0-x86_64 u75-b13)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)

[root@localhost ~]# java -server -Xint -version
java version "1.7.0_75"
OpenJDK Runtime Environment (rhel-2.5.4.2.el7_0-x86_64 u75-b13)
OpenJDK 64-Bit Server VM (build 24.75-b04, interpreted mode)

[root@localhost ~]# java -server -Xcomp -version
java version "1.7.0_75"
OpenJDK Runtime Environment (rhel-2.5.4.2.el7_0-x86_64 u75-b13)
OpenJDK 64-Bit Server VM (build 24.75-b04, compiled mode)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics