Integrated: 8311583: tableswitch broken by JDK-8310577
Coleen Phillimore
coleenp at openjdk.org
Thu Jul 13 13:26:21 UTC 2023
On Thu, 6 Jul 2023 19:53:46 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> I demoted some types for -Wconversion warnings but they're supposed to be larger types to catch overflow for tableswitch and lookupswitch. Restored old code (except int64_t not jlong).
> Tested with tier1-4.
This pull request has now been integrated.
Changeset: 135f64e6
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/135f64e603266e0bb8852edf77d21a9cd79388ce
Stats: 153 lines in 4 files changed: 146 ins; 0 del; 7 mod
8311583: tableswitch broken by JDK-8310577
Reviewed-by: dholmes, dlong
-------------
PR: https://git.openjdk.org/jdk/pull/14788
More information about the hotspot-runtime-dev
mailing list