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.velam...@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
> 
_______________________________________________
hotspot-gc-use mailing list
hotspot-gc-use@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-use

Reply via email to