Regarding garbage collector classes !
Bernd Eckenfels
ecki at zusammenkunft.net
Mon Aug 29 18:18:13 UTC 2016
Hello,
not sure I understand your question correctly, but generally speaking
GC is implemented by the Java Runtime in native code. So there are no
Java classes responsible for this. As an extension of this you cannot
specify them.
There are some Java classes (JMX Beans) specific to the various GCs for
monitoring and some classes from the Java Class Library are related to
GC (like Weak/Soft/PhantomReferences and the Finalizer).
Gruss
Bernd
Am Sat, 27 Aug 2016 12:14:06 +0530 schrieb Rajasekhar
Srinivasa Seshasaye Velamuri <rajasekhar.velamuri at gmail.com>:
> Hi
>
> Are there any classes for garbage collector ? I mean it would be
> great if you could specify them (please do not get me wrong!).
>
>
> Best regards
> Velamuri Rajasekhar Seshasaye
>
More information about the hotspot-gc-use
mailing list