hotspot compiler test failed

Kim Barrett kim.barrett at oracle.com
Wed Sep 18 18:47:34 UTC 2019


> On Sep 18, 2019, at 2:13 PM, Liu Xin <navy.xliu at gmail.com> wrote:
> 
> hi, Developers,
> 
> our CI detects a failure last night. The setup of test is like this. it's
> suggestion from Kozlov.
> 
> make test TEST="jtreg:test/hotspot/jtreg/compiler"
> JTREG="VERBOSE=nopass;VM_OPTIONS=-Xcomp -ea -esa -XX:CompileThreshold=100
> -XX:-TieredCompilation"
> 
> There're two commits in that build.
> https://github.com/openjdk/jdk/commit/f94f7f2212587a1888a1ae34bdfc00ba059e31c0
> https://github.com/openjdk/jdk/commit/5bca86f9f46b65060b220e7e7a3322bf20f94c1d

The second of those commits is JDK-8230424, which has some fallout: JDK-8231162.
Possibly a similar problem?

> error message as follows:
> 
> Running test 'jtreg:test/hotspot/jtreg/compiler'
> --------------------------------------------------
> TEST: compiler/jvmci/compilerToVM/DebugOutputTest.java
> TEST RESULT: Error. Program `/build/images/jdk/bin/java' timed out (timeout
> set to 480000ms, elapsed time including timeout handling was 633049ms).
> --------------------------------------------------
> Test results: passed: 925; error: 1
> Report written to
> /build/test-results/jtreg_test_hotspot_jtreg_compiler/html/report.html
> Results written to /build/test-support/jtreg_test_hotspot_jtreg_compiler
> Error: Some tests failed or other problems occurred.
> Finished running test 'jtreg:test/hotspot/jtreg/compiler'
> Test report is stored in
> /build/test-results/jtreg_test_hotspot_jtreg_compiler
> 
> ==============================
> Test summary
> ==============================
>   TEST                                              TOTAL  PASS  FAIL
> ERROR
>>> jtreg:test/hotspot/jtreg/compiler                   926   925     0
> 1 <<
> ==============================
> TEST FAILURE


More information about the hotspot-dev mailing list