RFR: JDK-8219652: [aix] Tests failing with JNI attach problems. [v4]

Chris Plummer cjplummer at openjdk.org
Wed Sep 27 15:57:18 UTC 2023


On Wed, 27 Sep 2023 08:13:21 GMT, Varada M <duke at openjdk.org> wrote:

>> test/hotspot/jtreg/ProblemList.txt line 155:
>> 
>>> 153: 
>>> 154: vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java 8202971 generic-all
>>> 155: vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/TestDescription.java 8219652 aix-ppc64
>> 
>> It looks like you need to remove this entry also.
>
> Is it like we should create separate PR to remove/add tests from ProblemList or can I remove those from ProblemList in this PR itself. One of the test "TestTerminatedThread.java" still fails so it should be under ProblemList itself. 
> 
> Thank you

Any test fixed by this PR should be removed from the problem list by this PR. If there are any tests problem listed with this CR that still fail after it is fixed, then they need to have a new CR filed for them, and the problem list updated to reference the new CR. That problem list updating can also be done in this PR.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15924#discussion_r1338828322


More information about the hotspot-runtime-dev mailing list