RFR: 8306006: strace001.java fails due to unknown methods on stack
Fredrik Bredberg
duke at openjdk.org
Wed Apr 19 07:38:44 UTC 2023
On Tue, 18 Apr 2023 20:20:09 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Added the missing java.lang.Thread.beforeSleep and java.lang.afterSleep to expectedSystemTrace.
>> Tested on my local machine.
>
> We currently have a total of 20 sightings of this failure in both CI and Adhoc
> jobs and it's happening in quite a few tests. Here's the current distribution:
>
> 2 vmTestbase/nsk/monitoring/stress/thread/strace001/TestDescription.java
> 3 vmTestbase/nsk/monitoring/stress/thread/strace003/TestDescription.java
> 8 vmTestbase/nsk/monitoring/stress/thread/strace004/TestDescription.java
> 2 vmTestbase/nsk/monitoring/stress/thread/strace006/TestDescription.java
> 2 vmTestbase/nsk/monitoring/stress/thread/strace007/TestDescription.java
> 2 vmTestbase/nsk/monitoring/stress/thread/strace008/TestDescription.java
> 1 vmTestbase/nsk/monitoring/stress/thread/strace009/TestDescription.java
>
> I would prefer not to ProblemList these 7 tests. What's the current status of
> this PR and what's the estimate for integration?
Hi @dcubed-ojdk,
Don't ProblemList the 7 tests. I'm currently updating the tests after the review.
Running the tests looks good (no issues). Will integrate as soon as all reviewers are happy. Hoping for today or tomorrow.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13476#issuecomment-1514270168
More information about the serviceability-dev
mailing list