sendaoYan
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) 
Decrease the Xmx clould solve this problem: 
Does it same to https://github.com/adoptium/aqa-tests/issues/3700
- [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 ?  
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 ```
Does need set DISPLAY before test?
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)"?