Module openj9.dtfj

Class BaseWindowsOSThread

  • All Implemented Interfaces:
    IOSThread

    public abstract class BaseWindowsOSThread
    extends Object
    implements IOSThread
    Abstract class containing stack-walking logic for Windows OS threads.
    • Field Detail

      • process

        protected final IProcess process
    • Constructor Detail

      • BaseWindowsOSThread

        protected BaseWindowsOSThread​(IProcess process)
    • Method Detail

      • getStackStart

        protected abstract long getStackStart()
      • getStackEnd

        protected abstract long getStackEnd()
      • getValueOfNamedRegister

        protected long getValueOfNamedRegister​(Collection<? extends IRegister> registers,
                                               String string)