RFR: JDK-8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly
JC Beyler
jcbeyler at google.com
Wed Dec 12 17:25:55 UTC 2018
Hi Gary,
Looks good to me, especially since the SP02t003 does the same thing. Anyway
we could do the same code as that test so that one day when we want to
merge them with a common method, it will be easier to see that that
specific code is identical (or really close from what I can tell):
if ((suspended == NSK_TRUE) && (frameStack[j].location !=
qLocation)) {
Anyhow, it looks good to me.
Thanks,
Jc
On Wed, Dec 12, 2018 at 8:55 AM Gary Adams <gary.adams at oracle.com> wrote:
> After some testing with nsk verbose messages enabled,
> it is clear that this test is failing in checkThreads when the
> location did not match between the call to GetStackTrace
> and GetFrameLocation. For the tests that are run when the threads
> have not been suspended, there is no guarantee the locations
> will match.
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8051349
> Webrev: http://cr.openjdk.java.net/~gadams/8051349/webrev.00/
>
>
--
Thanks,
Jc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20181212/77f65416/attachment.html>
More information about the serviceability-dev
mailing list