On Wed, 17 Jun 2026 15:15:43 GMT, Archie Cobbs <[email protected]> wrote:
> > This PR seems make > > test/hotspot/jtreg/gtest/LargePageGtests.java#use-large-pages run timed out > > on linux-x64. > > [LargePageGtests.log](https://github.com/user-attachments/files/29049591/LargePageGtests.log) > > Hi @sendaoYan, > > Can you double check this? I was not able to reproduce the failure. This was > on openSUSE Leap 16.0. > > ``` > $ git describe > jdk-27+25-5-g55d528eb377 > $ make test TEST=test/hotspot/jtreg/gtest/LargePageGtests.java > Building target 'test' in configuration 'linux-x86_64-server-release' > Test selection > '/home/archie/proj/jdk/test/hotspot/jtreg/gtest/LargePageGtests.java', will > run: > * jtreg:test/hotspot/jtreg/gtest/LargePageGtests.java > Clean up dirs for jtreg_test_hotspot_jtreg_gtest_LargePageGtests_java > > Running test 'jtreg:test/hotspot/jtreg/gtest/LargePageGtests.java' > Passed: gtest/LargePageGtests.java#use-large-pages-1G > Passed: gtest/LargePageGtests.java#use-large-pages > Test results: passed: 2 > Report written to > /home/archie/proj/jdk/build/linux-x86_64-server-release/test-results/jtreg_test_hotspot_jtreg_gtest_LargePageGtests_java/html/report.html > Results written to > /home/archie/proj/jdk/build/linux-x86_64-server-release/test-support/jtreg_test_hotspot_jtreg_gtest_LargePageGtests_java > Finished running test 'jtreg:test/hotspot/jtreg/gtest/LargePageGtests.java' > Test report is stored in > build/linux-x86_64-server-release/test-results/jtreg_test_hotspot_jtreg_gtest_LargePageGtests_java > > ============================== > Test summary > ============================== > TEST TOTAL PASS FAIL ERROR > SKIP > jtreg:test/hotspot/jtreg/gtest/LargePageGtests.java > 2 2 0 0 > 0 > ============================== > TEST SUCCESS > > Finished building target 'test' in configuration 'linux-x86_64-server-release' > ``` > > Also it seems strange that simply enabling/disabling `javac` compilation > warnings would affect a hotspot test, but of course anything is possible. > > Thanks. Maybe the git bisect report the wrong commit, I need more time to check that. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31331#issuecomment-4732592083
