Re: Single stepping bytecodes inside eclipse

2018-04-04 Thread Jochen Theodorou
On 04.04.2018 20:07, Ioi Lam wrote: Hi, I am trying to trace into the method handle linking code. I have a program like this:     // HelloHM.java:8    mh.invokeExact("yo!");     23:    aload_3;     24:    ldc    #9; //    String "yo!";     26:    invokevirtual    #10; //    Method ja

Single stepping bytecodes inside eclipse

2018-04-04 Thread Ioi Lam
Hi, I am trying to trace into the method handle linking code. I have a program like this:     // HelloHM.java:8    mh.invokeExact("yo!");     23:    aload_3;     24:    ldc    #9; //    String "yo!";     26:    invokevirtual    #10; //    Method java/lang/invoke/MethodHandle.invokeExact:"