garbage collection - Monitor GC when a java program run entirely by the interpreter (-Xint option) -
i use visualvm 1.3.9 , monitor garbage collection applied on java program execute -xint option.
this option means run program using interpreter.
however gc plugin in visualvm says not supported on vm.
is possible monitor gc when program execution entirely on interpreter? if yes how can possible?
in order have view of garbage collection process java provides program named "visualgc". tool not support garbage collection when 1 runs programs in interpreting mode (-xint option).
so question there other tool monitoring garbage collection @ real time? in particular see how objects moved eden space s0 , s1 etc.
Comments
Post a Comment