On Fri, 27 May 2022 18:29:26 GMT, Ichiroh Takiguchi <itakigu...@openjdk.org> wrote:
>> On AIX platform, >> `test/hotspot/jtreg/serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java` >> testcase failed by single testcase execution. >> >> Failure message is: >> >> Error occurred during initialization of VM >> agent library failed to init: FieldAccessWatch >> Failed to set capabilities, error: 98 >> >> It seems following initialization code affects this issue >> >> jvmtiCapabilities caps = {0}; >> >> So additionally `memset()` is required just for AIX platform > > Ichiroh Takiguchi has updated the pull request incrementally with one > additional commit since the last revision: > > 8287362: FieldAccessWatch testcase failed on AIX platform Marked as reviewed by cjplummer (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/8904