public static class JvmstatMonitor.NativeCodeCompilerInstrumentation extends Object
Provide visibility about the internals of the JVM's just-in-time (JIT) compiler.
Even if you do not run your Java server with -server mode, these metrics will be
beneficial to understand how much is being optimized and whether a deeper analysis to find
classes to blacklist from JIT rewriting exist.
jvmstat_jit_compilation_time_msthread: The thread ID associated with the work.
jvmstat_jit_compilation_countthread: The thread ID associated with the work.
| Constructor and Description |
|---|
JvmstatMonitor.NativeCodeCompilerInstrumentation() |
public JvmstatMonitor.NativeCodeCompilerInstrumentation()
Copyright © 2015. All Rights Reserved.