Integrated: JDK-8292903: enhance round_up_power_of_2 assertion output
Matthias Baesken
mbaesken at openjdk.org
Thu Aug 25 15:00:19 UTC 2022
On Thu, 25 Aug 2022 08:20:49 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> There is an assertion in round_up_power_of_2 for value <= max_power_of_2 of the type; would be nice to show the value of the problematic argument in case of failures.
This pull request has now been integrated.
Changeset: 8d3d4397
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8d3d4397ccbfadab99fe572f0d0a8504d268a0dc
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
8292903: enhance round_up_power_of_2 assertion output
Reviewed-by: stefank, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/10016
More information about the hotspot-dev
mailing list