Class AbstractMethodBasedSafePointStrategy

java.lang.Object
org.qbicc.plugin.gc.common.safepoint.AbstractSafePointStrategy
org.qbicc.plugin.gc.common.safepoint.AbstractMethodBasedSafePointStrategy
Direct Known Subclasses:
GlobalFlagSafePointStrategy

public abstract class AbstractMethodBasedSafePointStrategy extends AbstractSafePointStrategy
The base class for safepoint strategies which use a method call to poll for a safepoint.
  • Constructor Details

    • AbstractMethodBasedSafePointStrategy

      protected AbstractMethodBasedSafePointStrategy(CompilationContext ctxt)
      Construct a new instance. The constructor should inject any additional fields or methods needed to implement the strategy.
      Parameters:
      ctxt - the compilation context
  • Method Details