com.sun.btrace.annotations
Annotation Type OnLowMemory


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnLowMemory

BTrace methods annotated by this annotation are called when the traced JVM's specified memory pool exceeds specified threshold size.

Author:
A. Sundararajan

Required Element Summary
 java.lang.String pool
          The memory pool name.
 long threshold
          The threashold size to watch for.
 

Element Detail

pool

public abstract java.lang.String pool
The memory pool name.


threshold

public abstract long threshold
The threashold size to watch for.