RFR: 8296285: test/hotspot/jtreg/compiler/intrinsics/TestFloatIsFinite.java fails after JDK-8280378
Christian Hagedorn
chagedorn at openjdk.org
Thu Nov 3 13:40:45 UTC 2022
On Thu, 3 Nov 2022 07:39:05 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Hi,
> Please review this trivial change fixing a typo in jtreg test: test/hotspot/jtreg/compiler/intrinsics/TestFloatIsFinite.java
> This typo is introduced by JDK-8280378 and the test case fails to compile by javac when running on RISC-V.
> Testing: Test case passed on RISC-V after this typo is fixed.
Thanks for fixing this! I missed that typo as I could not run this test on RISC-V.
-------------
Marked as reviewed by chagedorn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10965
More information about the hotspot-compiler-dev
mailing list