Module openj9.dtfj

Class NativeThreadContext


  • public class NativeThreadContext
    extends Object
    NativeThreadContext based on ThreadContext class from Sovereign basically used to help try and generalize stack traversal
    • Constructor Detail

      • NativeThreadContext

        public NativeThreadContext()
      • NativeThreadContext

        public NativeThreadContext​(int size,
                                   long ee,
                                   long pc,
                                   long lr,
                                   long sp,
                                   long bp)
    • Method Detail

      • setEE

        public void setEE​(long ee)
      • setPc

        public void setPc​(long pc)
      • setLr

        public void setLr​(long lr)
      • setSp

        public void setSp​(long sp)
      • setBp

        public void setBp​(long bp)
      • getEE

        public long getEE()
      • getPc

        public long getPc()
      • getSp

        public long getSp()
      • getBp

        public long getBp()
      • getLr

        public long getLr()