[lworld] RFR: 8293134: Valhalla: Verifier error in method call with abstract value class arg
Harold Seigel
hseigel at openjdk.org
Thu Sep 8 17:19:40 UTC 2022
Please review this small fix for JDK-8293134. Since a value class can be abstract and a super class, only return false at line 64 for primitive classes.
The fix is tested by running mach5 tiers 1-2 on Linux, Mac OS, and Windows, and mach5 tiers 3-5 on Linux x64. (testing is in progress.)
Thanks, Harold
-------------
Commit messages:
- 8293134: Valhalla: Verifier error in method call with abstract value class arg
Changes: https://git.openjdk.org/valhalla/pull/750/files
Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=750&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8293134
Stats: 53 lines in 2 files changed: 51 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/valhalla/pull/750.diff
Fetch: git fetch https://git.openjdk.org/valhalla pull/750/head:pull/750
PR: https://git.openjdk.org/valhalla/pull/750
More information about the valhalla-dev
mailing list