-
Bug
-
Resolution: Fixed
-
P3
-
19
-
b25
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8287500 | 17.0.4 | Ichiroh Takiguchi | P3 | Resolved | Fixed | b05 |
JDK-8287535 | 11.0.16 | Ichiroh Takiguchi | P3 | Resolved | Fixed | b05 |
On AIX platform, test/hotspot/jtreg/serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java testcase failed by single testcase execution.
On 11.0.16, AIX's compiler is changed from XL C++ 13.1.3 (xlc/xlC) to XL C++ 16.1 (xlclang/xlclang++).
FieldAccessWatch testcase was failed during compiler migration on jtreg tier1.
By single testcase execution, It worked fine with xlc compiler, but it did not work as expected with xlclang.
I did not see this issue jtreg tier1 testcases execution on jdk17u-dev/jdk, but I could recreate this issue on jdk17u-dev/jdk by single testcae 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};
===============
On 11.0.16, AIX's compiler is changed from XL C++ 13.1.3 (xlc/xlC) to XL C++ 16.1 (xlclang/xlclang++).
FieldAccessWatch testcase was failed during compiler migration on jtreg tier1.
By single testcase execution, It worked fine with xlc compiler, but it did not work as expected with xlclang.
I did not see this issue jtreg tier1 testcases execution on jdk17u-dev/jdk, but I could recreate this issue on jdk17u-dev/jdk by single testcae 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};
===============
- backported by
-
JDK-8287500 FieldAccessWatch testcase failed on AIX platform
- Resolved
-
JDK-8287535 FieldAccessWatch testcase failed on AIX platform
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/27d4c1e5
-
Commit openjdk/jdk17u-dev/4330e5fe
-
Commit openjdk/jdk/66340372
-
Review openjdk/jdk11u-dev/1112
-
Review openjdk/jdk17u-dev/420
-
Review openjdk/jdk/8904
(3 links to)