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 This pull request has now been integrated. Changeset: 66340372 Author: Ichiroh Takiguchi <itakigu...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/66340372d595aeb4b3dfd9169a8448f363097256 Stats: 14 lines in 4 files changed: 5 ins; 0 del; 9 mod 8287362: FieldAccessWatch testcase failed on AIX platform Reviewed-by: cjplummer, mdoerr ------------- PR: https://git.openjdk.java.net/jdk/pull/8904