review (XS) for 6988018: dtrace/hotspot/MethodInvocation/MethodInvocation002 crashes with client compiler

Tom Rodriguez tom.rodriguez at oracle.com
Wed Sep 29 18:21:51 PDT 2010


http://cr.openjdk.java.net/~never/6988018

6988018: dtrace/hotspot/MethodInvocation/MethodInvocation002 crashes with client compiler
Reviewed-by:

While rearranging code in 6939930 I started passing the wrong number
of arguments to the dtrace_method_exit probes resulting in a crash.  The
fix is to pass the thread in addition to the method.  Tested with
failing test case.


More information about the hotspot-compiler-dev mailing list