[lworld] RFR: 8253511: [lworld] ClassFileParser does not handle field type mismatch [v2]
Frederic Parain
fparain at openjdk.java.net
Wed Sep 23 17:39:35 UTC 2020
> Please review this change with replaces an assert with the throwing of an IncompatibleClassChangeError when a
> pre-loaded class is not an inline type. This case was correctly handled for static fields, but not for non-static
> fields. Tested with Mach5, tiers 1 to 3.
>
> Thank you,
>
> Fred
Frederic Parain has updated the pull request incrementally with one additional commit since the last revision:
Verify ICE message in unit test
-------------
Changes:
- all: https://git.openjdk.java.net/valhalla/pull/195/files
- new: https://git.openjdk.java.net/valhalla/pull/195/files/646b78b4..46580ccc
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=valhalla&pr=195&range=01
- incr: https://webrevs.openjdk.java.net/?repo=valhalla&pr=195&range=00-01
Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/valhalla/pull/195.diff
Fetch: git fetch https://git.openjdk.java.net/valhalla pull/195/head:pull/195
PR: https://git.openjdk.java.net/valhalla/pull/195
More information about the valhalla-dev
mailing list