Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8370102

Odd return bytecode in TraceBytecodes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot


      When running TraceBytecodes with java -version, there's a return bytecode shown when it's not actually returning.

      [2464097] virtual void java.lang.Thread.<init>(jobject, jobject)
      [2464097] 45004 12 return
      [2464097] 45005 0 nofast_aload_0
      [2464097] 45006 1 aload_1
      [2464097] 45007 2 aload_2
      [2464097] 45008 3 invokestatic 269 <java/lang/Thread.checkName(Ljava/lang/String;)Ljava/lang/String;>

      What is this?

        1. cleaner.py
          1 kB
          Coleen Phillimore

            phubner Paul Hübner
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: