See this page for an explanation of "sharing"
http://java.sun.com/javase/6/docs/technotes/guides/vm/class-data-sharing.html
"mixed" refers compiled vs. interpreted code. --编译还是解释
Java command options
-Xmixed tells the jvm to both interpret and compile code
-Xint tells the jvm to only interpret code
-Xcomp tells the jvm to only compile code
-XX:CompileThreshold=nn number of method executions before a method is compiled
Related information:
http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp
jdk的mixed mode和sharing解释
最新推荐文章于 2022-11-08 15:02:53 发布
本文深入解析Java虚拟机(JVM)命令选项中的混合、编译与解释模式的区别与应用,通过实例指导开发者如何灵活配置JVM参数以优化程序性能。
部署运行你感兴趣的模型镜像
您可能感兴趣的与本文相关的镜像
Stable-Diffusion-3.5
图片生成
Stable-Diffusion
Stable Diffusion 3.5 (SD 3.5) 是由 Stability AI 推出的新一代文本到图像生成模型,相比 3.0 版本,它提升了图像质量、运行速度和硬件效率
3006

被折叠的 条评论
为什么被折叠?



