sendaoYan

Results 136 comments of sendaoYan

```bash for i in `seq 50` ; do time make _jdk_jfr_1 &> test-jdk_jfr_1-$i.log ; done ``` [test-jdk_jfr_1-18.log](https://github.com/adoptium/aqa-tests/files/8892203/test-jdk_jfr_1-18.log) [test-jdk_jfr_1-33.log](https://github.com/adoptium/aqa-tests/files/8892204/test-jdk_jfr_1-33.log) [test-jdk_jfr_1-42.log](https://github.com/adoptium/aqa-tests/files/8892205/test-jdk_jfr_1-42.log) [test-jdk_jfr_1-48.log](https://github.com/adoptium/aqa-tests/files/8892206/test-jdk_jfr_1-48.log) ![image](https://user-images.githubusercontent.com/24123821/173384212-d4f22965-2bd9-467f-bc1e-a1813f5932be.png)

Decrease the Xmx clould solve this problem: ![image](https://user-images.githubusercontent.com/24123821/175304903-f2ee94cc-95c5-443a-8c39-8b44aba1e061.png)

- [x] [TestMemoryAwareness.java fail because of kernel does not support swap limit capabilities #3890](https://github.com/adoptium/aqa-tests/issues/3890)

- [ ] [java/util/ResourceBundle/Control/MissingResourceCauseTestRun.java run fail by root user #3901](https://github.com/adoptium/aqa-tests/issues/3901)

I think it's a [testcae bug](https://github.com/openjdk/jdk/commit/47bfc8aa9367ff852ea5d901f1fa3c6ef316913e) for this fail. Should we disable this testcase by add this testcase to openjdk/excludes/ProblemList_openjdk8.txt ? ![image](https://user-images.githubusercontent.com/24123821/180718783-b3990ff1-0868-4dc5-883b-221a317b14c3.png) ![image](https://user-images.githubusercontent.com/24123821/180719004-b50ecc6d-60f6-436f-baaa-88d48320c9bb.png)

I also catch this intermittent failure on linux aarch64: ``` run args: [SimulResumerTarg] failure: Got exception from frames(0, size - 1): java.lang.IndexOutOfBoundsException VMDisconnectedException java.lang.Exception: SimulResumerTest: failed; bkpts = 20000, iters...

similar testcase: ``` java/beans/PropertyEditor/6380849/TestPropertyEditor.java java/beans/PropertyEditor/TestColorClassNull.java java/beans/PropertyEditor/TestColorClassJava.java java/beans/PropertyEditor/TestColorClassValue.java java/beans/PropertyEditor/TestColorClass.java java/beans/PropertyEditor/TestFontClassJava.java java/beans/PropertyEditor/TestFontClassNull.java java/beans/PropertyEditor/TestFontClass.java java/beans/PropertyEditor/TestFontClassValue.java ```

After set DISPLY, these tests run pass. Do we need update the document for "Run AQAvit via Command-line" or "[test prerequisites](https://github.com/adoptium/aqa-tests/blob/master/doc/Prerequisites.md)"?