Class JavaLangThreadStart0Native


public class JavaLangThreadStart0Native extends NativeMethod
  • Constructor Details

    • JavaLangThreadStart0Native

      public JavaLangThreadStart0Native(View view, SootMethod method, LValue currentThread)
  • Method Details

    • simulateImpl

      protected void simulateImpl()
      Calls to Thread.start() get redirected to Thread.run.

      In JRE 1.5 and JRE 1.6 Thread.start() is defined in Java and there is native method start0.

      Specified by:
      simulateImpl in class NativeMethod