RFR(S): JDK-8024985 com/sun/jdi/StepTest.java failed since jdk8b107
Staffan Larsen
staffan.larsen at oracle.com
Thu Sep 19 11:17:55 PDT 2013
On 19 sep 2013, at 17:49, Daniel D. Daugherty <daniel.daugherty at oracle.com> wrote:
> On 9/19/13 7:53 AM, Staffan Larsen wrote:
>> All,
>>
>> Please review this fix for a JDI test. The problem and fix is described in the bug report.
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8024985
>> webrev: http://cr.openjdk.java.net/~sla/8024985/webrev.00/
>
> Thumbs up.
>
> test/com/sun/jdi/TestScaffold.java
> As long as you are in there, are there any 'com.oracle.*' classes
> to filter out?
You do have a point there. And when running testing on this fix I ran into JDK-8024416 which happens to be a manifestation of the same problem, but in a different test, with a different exclude list. And then I started looking through the other tests and found a couple of other places this should be fixed.
So here is an updated webrev will all these fixes: http://cr.openjdk.java.net/~sla/8024985/webrev.01/
Thanks,
/Staffan
More information about the serviceability-dev
mailing list