RFR: 8332603: [PPC64] Improve itable_stub [v3]
Amit Kumar
amitkumar at openjdk.org
Tue Jun 18 02:39:10 UTC 2024
On Mon, 17 Jun 2024 16:11:26 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
>> PPC Port similar to [JDK-8305959 (x86)](https://bugs.openjdk.org/browse/JDK-8305959) and [JDK-8307352(aarch64)](https://bugs.openjdk.org/browse/JDK-8307352)
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>
> fixes the test case
I did one more round of `tier1` tests, here is result:
Finished running test 'jtreg:test/lib-test:tier1'
Test report is stored in build/linux-ppc64le-server-fastdebug/test-results/jtreg_test_lib_test_tier1
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/hotspot/jtreg:tier1 2470 2470 0 0
>> jtreg:test/jdk:tier1 2413 2412 1 0 <<
>> jtreg:test/langtools:tier1 4534 4533 1 0 <<
jtreg:test/jaxp:tier1 0 0 0 0
jtreg:test/lib-test:tier1 33 33 0 0
==============================
TEST FAILURE
make[1]: *** [/root/amit/jdk/make/Init.gmk:327: main] Error 1
make: *** [/root/amit/jdk/make/Init.gmk:189: run-test-tier1] Error 2
root at crampon1:~/amit/jdk# cat $(f newfailures.txt)
# newfailures.txt
# newfailures.txt
# newfailures.txt
java/util/ResourceBundle/Control/MissingResourceCauseTestRun.java
# newfailures.txt
jdk/javadoc/doclet/testIOException/TestIOException.java
# newfailures.txt
# newfailures.txt
root at crampon1:~/amit/jdk#
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19733#issuecomment-2174841211
More information about the hotspot-dev
mailing list