RFR: 8009681: TEST_BUG: MethodExitReturnValuesTest.java fails with when there are unexpected background threads
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Wed Apr 17 17:15:53 UTC 2013
Hi Mikael,
It looks good.
Thank you for figuring out how to make it more stable!
BTW, the webrev frames mode does not work.
Thanks,
Serguei
On 4/17/13 6:03 AM, Mikael Auno wrote:
> Hi, I'd like some reviews on
> http://cr.openjdk.java.net/~nloodin/8009681/webrev.01/ for JDK-8009681
> (http://bugs.sun.com/view_bug.do?bug_id=8009681).
>
> The issue here is that when MethodExitReturnValuesTest hooks into
> MethodExit events through JDI it uses an exclude list to filter out
> classes from which it is not interested in these events. This is bound
> to break over and over again as new features are added to the JDK.
> I've changed the test to use an include list instead, containing only
> the handful of classes the test is actually interested in.
>
> Thanks,
> Mikael
More information about the core-libs-dev
mailing list