On Thu, 26 May 2022 17:26:25 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 I agree with David. In addition, I suggest reporting this issue to the xlclang folks. ------------- PR: https://git.openjdk.java.net/jdk/pull/8904