[lworld] RFR: Change exception messages to say 'Inline type' instead of 'Value type'

Frederic Parain fparain at openjdk.java.net
Fri Apr 10 19:32:01 UTC 2020


On Fri, 10 Apr 2020 18:53:09 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> This changes the inline type related exception messages in classFileParser.cpp to use 'inline type' instead of 'value
> type'.

Looks good to me.
The fix does what the title says. There're still many other places where the term "value type" is used (variable name,
function name, assertion message) but those will probably fixed in a future big renaming game over the whole source
base.

-------------

Marked as reviewed by fparain (Committer).

PR: https://git.openjdk.java.net/valhalla/pull/22


More information about the valhalla-dev mailing list