lylytran

Results 6 comments of lylytran

It seems like the modified code after instrumentation for method invocation in java.lang.AbstractStringBuilder.append(int arg) cause NPE at runtime. Since I still cannot figure out the root cause & so the...

ClassLoaderInstrumentator is fixed in commit 8a861b6

this is the case that the generated bytecode of instrumentation method exceeds limit, org.jfree.chart.plot.PiePlot3D#drawSide(Ljava/awt/Graphics2D:Ljava/awt/geom/Rectangle2D:Ljava/awt/geom/Arc2D:Ljava/awt/geom/Area:Ljava/awt/geom/Area:Ljava/awt/Paint:Ljava/awt/Paint:Ljava/awt/Stroke:ZZ)V Although the stacktrace is printed out, the error is actually ignored.

New option -requireMethodSplitting is added for agent at rev. c7c7b7c2e483b790d0fdf26329b2c02e6d2c3e1d [c7c7b7c]. New class MethodSplitter is supposed to handle the spitting function.

This is actually the loop bug inside the Closure code itself. We have: class ArrowType extends JSType { @Override String toStringHelper(boolean forAnnotations) { return super.toString(); } } while in JSType,...

[Update] These are 6 cases to check for incorrect test result, the others is due to program is forced to quite because of over-long trace so marked as failed although...