RFR(S): 7145419 com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events.

Mikael Auno mikael.auno at oracle.com
Wed Oct 30 03:17:15 PDT 2013


On 2013-10-29 15:41, Staffan Larsen wrote:
> This test fails if there are background threads that run while the
> test is running. I've modified the test to use the "trace" commands
> in jdb with the extra thread parameter. I have assumed that the main
> thread has thread id 1. "trace" with thread id behaves a little bit
> different so a couple of extra "cont" were needed.
>
> webrev: http://cr.openjdk.java.net/~sla/7145419/webrev.00/

Would it be possible to set a breakpoint in main (or some other known 
location) to determine the thread id (as we do in some of the JDI tests) 
to make sure we have the right one before continuing with the rest of 
the test?

Mikael


More information about the serviceability-dev mailing list