sendaoYan

Results 150 issues of sendaoYan

**Steps to Reproduce** Steps to reproduce the behavior: ```bash jtreg jdk/test/java/beans/Introspector/7064279/Test7064279.java ``` ```log STDOUT: 1024 2048 4096 8192 16384 32768 65536 131072 262144 524288 1048576 2097152 4194304 8388608 16777216 33554432...

test command: ```bash for i in `seq 10` ; do time ./openjdk-11.0.19-internal-fastdebug/bin/java -jar renaissance-gpl-0.14.2.jar akka-uct &> test-openjdk11-$i.log ; done ``` result: ![image](https://user-images.githubusercontent.com/24123821/227473395-89f7d694-94df-4aa2-ba72-e671e9564552.png) fail rate: 9/10 ![image](https://user-images.githubusercontent.com/24123821/227474570-f65a1a76-7ec9-4b3f-8d5f-42b1500692e4.png) fail message: ```log [WARN]...

**What are you trying to do?** ```shell rm -rf tmp ; jtreg -v:fail,error -nr -w tmp -jdk:build/linux-x86_64-server-release/images/jdk test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#certainlyroote1 | tail -n 5 git clone [email protected]:adoptium/temurin-build.git cd temurin-build/security/ cd - mv...

testing

Hi, Backport of [JDK-8321925](https://bugs.openjdk.org/browse/JDK-8321925). The origin PR use `int nextInt(int origin, int bound)` [link](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/random/RandomGenerator.html#nextInt(int,int)) , but the jdk11 do not have this API. So I change `int nextInt(int origin, int...

backport
rfr

Hi, Clean backport to fix some of the current failures in CAInterop test. Additional testing: - [x] Affected subtests are now passing ![image](https://github.com/openjdk/jdk11u-dev/assets/24123821/f08fa697-41f6-4365-b0f5-64d8df5f114f) Thanks, -sendao --------- ### Progress - [x]...

backport
rfr
ready
clean

Hi, This is clean backport of JDK-8331164, to fixed download failure when the URL needed to be redirected. Only change devkit shell script, the risk is low. --------- ### Progress...

ready
rfr
backport
clean

Hi, This is backport of [JDK-8331331](https://bugs.openjdk.org/browse/JDK-8331331). The `doc/testing.html` can not backport cleanly because of it's a prefixed patch [JDK-8295663](https://bugs.openjdk.org/browse/JDK-8295663). $ make CONF=linux-x86_64-server-release -n test-tier1 &> test-tier1.log $ grep "Running test...

rfr
backport

Hi, Backport of JDK-[8293503](https://bugs.openjdk.org/browse/JDK-8293503), to fix the [intermittent failure](https://github.com/openjdk-bots/jdk17u-dev/actions/runs/8841821807/job/24280514750) of TestMetaspacePerfCounters.java. This PR add a proper barrier inbetween two measurements. Only change the testcase, the change has been verify on...

backport

Hi, This is backport of [JDK-8290023](https://bugs.openjdk.org/browse/JDK-8290023) and [JDK-8290269](https://bugs.openjdk.org/browse/JDK-8290269), this PR is prefixed PR of backport [JDK-8293503](https://github.com/openjdk/jdk17u-dev/pull/2431 ) Only change the testcase, additional testing: - [x] jtreg tier1/tier2/tier3 etc. tests on...

rfr
backport

Hi, Clean backport of [JDK-8311964](https://github.com/openjdk/jdk/pull/14942). Backport has been verified as bellow. Only change the testcases, the risk is low. There 3 testcases run complaint "Unrecognized VM option" with linux-x86-client-release jdk...

ready
rfr
backport
clean