1. <legend id='gehGI'><style id='gehGI'><dir id='gehGI'><q id='gehGI'></q></dir></style></legend>
      <tfoot id='gehGI'></tfoot>

      <i id='gehGI'><tr id='gehGI'><dt id='gehGI'><q id='gehGI'><span id='gehGI'><b id='gehGI'><form id='gehGI'><ins id='gehGI'></ins><ul id='gehGI'></ul><sub id='gehGI'></sub></form><legend id='gehGI'></legend><bdo id='gehGI'><pre id='gehGI'><center id='gehGI'></center></pre></bdo></b><th id='gehGI'></th></span></q></dt></tr></i><div id='gehGI'><tfoot id='gehGI'></tfoot><dl id='gehGI'><fieldset id='gehGI'></fieldset></dl></div>
      • <bdo id='gehGI'></bdo><ul id='gehGI'></ul>

        <small id='gehGI'></small><noframes id='gehGI'>

        如何检查 JIT 编译器是否在 Java 中关闭

        How to check if the JIT compiler is off in Java(如何检查 JIT 编译器是否在 Java 中关闭)
          <bdo id='ahDjF'></bdo><ul id='ahDjF'></ul>

          1. <legend id='ahDjF'><style id='ahDjF'><dir id='ahDjF'><q id='ahDjF'></q></dir></style></legend>

            <small id='ahDjF'></small><noframes id='ahDjF'>

            • <tfoot id='ahDjF'></tfoot>
                • <i id='ahDjF'><tr id='ahDjF'><dt id='ahDjF'><q id='ahDjF'><span id='ahDjF'><b id='ahDjF'><form id='ahDjF'><ins id='ahDjF'></ins><ul id='ahDjF'></ul><sub id='ahDjF'></sub></form><legend id='ahDjF'></legend><bdo id='ahDjF'><pre id='ahDjF'><center id='ahDjF'></center></pre></bdo></b><th id='ahDjF'></th></span></q></dt></tr></i><div id='ahDjF'><tfoot id='ahDjF'></tfoot><dl id='ahDjF'><fieldset id='ahDjF'></fieldset></dl></div>
                    <tbody id='ahDjF'></tbody>
                  本文介绍了如何检查 JIT 编译器是否在 Java 中关闭的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想知道如何检查 JIT 编译器是否已关闭.我有以下代码,旨在关闭 JIT 编译器.问题是,我不确定它是否真的这样做.所以我想知道是否有办法检查 JIT 是否关闭.我查看了 Compiler 类,但没有像 isDisabled/enabled() 这样的方法.

                  I would like to know how to check if the JIT compiler is turned off. I have the following code which is meant to turn the JIT compiler off.The problem is, I am not sure if it is actually doing that. So I was wondering if there is a way of checking if the JIT is off. I looked at the Compiler class but there isn't any method like isDisabled/enabled().

                  代码:

                  Compiler.disable();  
                  

                  任何帮助或指导将不胜感激.

                  Any help or direction will be highly appreciated.

                  推荐答案

                  我不相信你可以在运行时关闭 JIT.

                  I don't believe you can turn the JIT off at runtime.

                  如果您想认真地对 Java 程序进行基准测试,您绝对应该忽略前几次运行.在 Java 中获得可靠的基准是一项非常棘手的工作,最好留给比你或我聪明得多的人.

                  If you want to seriously benchmark a Java program, you should definitely be ignoring the first few runs. Getting reliable benchmarks in Java is an extremely tricky business, best left to people much smarter than you or I.

                  我推荐使用 Caliper,它在 Google 内部用于微基准测试,并且在预热 JIT 方面非常聪明和东西.特别是查看示例这里,它展示了如何衡量不同输入大小的算法的效率.

                  I recommend using Caliper, which is used internally at Google for microbenchmarking and is plenty smart about warming up the JIT and stuff. In particular, look at the example here, which shows how to measure the efficiency of an algorithm for different input sizes.

                  这篇关于如何检查 JIT 编译器是否在 Java 中关闭的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Compiling C++ for the JVM(为 JVM 编译 C++)
                  Compile to java bytecode (without using Java)(编译成java字节码(不使用Java))
                  How to drive C#, C++ or Java compiler to compute 1+2+3+...+1000 at compile time?(如何在编译时驱动 C#、C++ 或 Java 编译器计算 1+2+3+...+1000?)
                  Java ClassLoader: load same class twice(Java ClassLoader:两次加载相同的类)
                  How to debug .class files in ECLIPSE?(如何在 ECLIPSE 中调试 .class 文件?)
                  Java quot;The blank final field may not have been initializedquot; Anonymous Interface vs Lambda Expression(Java“可能尚未初始化空白的最终字段匿名接口与 Lambda 表达式)
                      <bdo id='mTZiP'></bdo><ul id='mTZiP'></ul>

                        <i id='mTZiP'><tr id='mTZiP'><dt id='mTZiP'><q id='mTZiP'><span id='mTZiP'><b id='mTZiP'><form id='mTZiP'><ins id='mTZiP'></ins><ul id='mTZiP'></ul><sub id='mTZiP'></sub></form><legend id='mTZiP'></legend><bdo id='mTZiP'><pre id='mTZiP'><center id='mTZiP'></center></pre></bdo></b><th id='mTZiP'></th></span></q></dt></tr></i><div id='mTZiP'><tfoot id='mTZiP'></tfoot><dl id='mTZiP'><fieldset id='mTZiP'></fieldset></dl></div>

                        <small id='mTZiP'></small><noframes id='mTZiP'>

                          <legend id='mTZiP'><style id='mTZiP'><dir id='mTZiP'><q id='mTZiP'></q></dir></style></legend>
                          <tfoot id='mTZiP'></tfoot>
                              <tbody id='mTZiP'></tbody>