RFR: 8325438: Add exhaustive tests for Math.round intrinsics [v9]
Andrew Haley
aph at openjdk.org
Wed Apr 10 20:23:19 UTC 2024
On Wed, 10 Apr 2024 18:41:29 GMT, Hamlin Li <mli at openjdk.org> wrote:
> The only issue I have for an exhaustive test for the 32-bit range is that it takes too long time to be an automatic test, and we don't want to add an manual test as it seldomly runs.
But it takes a long time because you use the @Run attribute, surely. If you ran that test just as a test, without the IR framework, it'd be fine.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17753#discussion_r1560012625
More information about the hotspot-compiler-dev
mailing list