Class Safepoint


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class Safepoint
    extends ThreadTask
    Safepoint called from the CPS interpreter.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • Safepoint

        public Safepoint()
    • Method Detail

      • safepoint

        public static void safepoint()
        Method called from CPS interpreter. Suspend the execution to yield CPS VM thread to other activities.