如何获取JVM在运行时调用的类?
How to get classes that JVM calls in runtime?
我在 java 上有一个非常大的项目,我想知道 JVM 为调试目的调用的时间和 class。
使用Java VisualVM for profiling the application. See the instructions here.
还可以使用其他商业和非商业分析器。有关详细信息,请参阅 this article。
我在 java 上有一个非常大的项目,我想知道 JVM 为调试目的调用的时间和 class。
使用Java VisualVM for profiling the application. See the instructions here.
还可以使用其他商业和非商业分析器。有关详细信息,请参阅 this article。