sendaoYan
sendaoYan
Hi all, This pull request contains a backport of commit [f132b347](https://github.com/openjdk/jdk/commit/f132b347e13a57d9654f0ab11db0636999576036) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by SendaoYan on 13 Aug 2024 and was reviewed...
Hi all, This pull request contains a backport of commit [af6c5854](https://github.com/openjdk/jdk21u-dev/commit/af6c5854235573a29b6b418e9f759e2564bca63a) from the [openjdk/jdk21u-dev](https://git.openjdk.org/jdk21u-dev) repository. The commit being backported was authored by Goetz Lindenmaier on 22 Apr 2024 and had...
Hi all, This backport of https://github.com/openjdk/jdk/pull/16666 to jdk17u-dev, to make the test will support VM flags passed to jtreg, and a couple tests that ignore VM flags should use ProcessTools::createLimtiedTestJavaProcessBuilder...
Hi all, This PR contains two backports [JDK-8266881](https://github.com/openjdk/jdk11u-dev/commit/8138382780b16f4184ad5bbfe07ab2468afe71a8) and [JDK-8227651](https://github.com/openjdk/jdk11u-dev/commit/e8b7e77c8b71946eaee952443e001105b48fe73e) from jdk11u-dev. We observed `javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch` by ours nightly CI, so we want to...
8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
Hi all, We observerd the test `sun/management/HotspotRuntimeMBean/GetTotalSafepointTime.java` intermittent fails on jdk8u-dev. The failure phenomenon samt to [JDK-8228658](https://bugs.openjdk.org/browse/JDK-8228658). So I want to backport this PR from jdk11u-dev to jdk8u-dev. Only the...
Hi all, This PR is backport of [JDK-8223482](https://bugs.openjdk.org/browse/JDK-8223482), backport parity with 8u261 and emb-8u261. The change of [JDK-8223482](https://bugs.openjdk.org/browse/JDK-8223482) of two files`src/java.base/share/classes/sun/security/ssl/SSLCipher.java` and `src/java.base/share/classes/sun/security/ssl/SSLContextImpl.java` has already in jdk8u-dev, make this backport...
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/371183 ``` java.lang.RuntimeException: Total safepoint time illegal value: 0 ms (MIN = 1; MAX = 9223372036854775807) at GetTotalSafepointTime.main(GetTotalSafepointTime.java:69) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127) at...
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/370622?tab=1 【环境准备】 ``` BINARY_URL=oss://compiler-ci-bucket/ajdk8/CI/tar/20240906-003517-221-#1102-linux.aarch64.release.master-ba5ab25c30b0aae76d88ff32646cb413e84940b8.tar.gz JTREG_URL=oss://compiler-ci-bucket/jdk/tools/jtreg5.1-b01.zip JDK_REPO=https://codeup.aliyun.com/5f4e0dfe6207a1a8b17fa7cf/compiler-test/jdk8u.git JDK_BRANCH=master cd ~/tone/tone-matrix-compiler/common;./ossutil.bin_$(arch) -i;cd - alias oss="~/tone/tone-matrix-compiler/common/ossutil.bin_$(arch) -e oss-cn-hangzhou.aliyuncs.com -u jvm_dev-b ~/tone/tone-matrix-compiler/common/ossutil_bin/ossutil -o download -f -r" 部署二进制: oss $BINARY_URL -l ${BINARY_URL##*/} mkdir bin-ajdk8;tar -xf...
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/368659?tab=1 【环境准备】 ``` BINARY_URL=oss://compiler-ci-bucket/dragonwell8/CI/tar/20240907-002919-492-#541-linux.aarch64.release.master-6b6e5240f8e3be4a1f9389bf56739e6ecd627bd0.tar.gz JTREG_URL=oss://compiler-ci-bucket/jdk/tools/jtreg5.1-b01.zip JDK_REPO=https://github.com/dragonwell-project/dragonwell8.git JDK_BRANCH=master cd ~/tone/tone-matrix-compiler/common;./ossutil.bin_$(arch) -i;cd - alias oss="~/tone/tone-matrix-compiler/common/ossutil.bin_$(arch) -e oss-cn-hangzhou.aliyuncs.com -u jvm_dev-b ~/tone/tone-matrix-compiler/common/ossutil_bin/ossutil -o download -f -r" 部署二进制: oss $BINARY_URL -l ${BINARY_URL##*/} mkdir bin-dragonwell8;tar -xf...
Hi all, The test `jdk/jfr/api/event/TestIsEnabledMultiple.java` has been observed intermittent failure several times. I think we should mark this test as intermittent failure. Trivial fix, no risk. --------- ### Progress -...