JDK-8346107 : Generators: testing utility for random value generation
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-12-12
  • Updated: 2025-06-01
  • Resolved: 2025-01-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 25
25 b07Fixed
Related Reports
Relates :  
Description
For verification testing, it is often critical to generate "interesting" values, to provoke overflows, NaN, etc. And to generate these values in the correct distribution to trigger certain optimizations.

I would like to start a collection of such generators, that can then be used in testing.

This is useful especially in combination with JDK-8344942
Comments
Changeset: f64f22b3 Branch: master Author: Theo Weidmann <tweidmann@openjdk.org> Committer: Christian Hagedorn <chagedorn@openjdk.org> Date: 2025-01-16 12:17:21 +0000 URL: https://git.openjdk.org/jdk/commit/f64f22b360f68df68ebb875bd0ef08ba61702952
16-01-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22941 Date: 2025-01-07 08:58:17 +0000
07-01-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22716 Date: 2024-12-12 15:56:45 +0000
13-12-2024