[lworld] RFR: 8250664: [lworld] Rename 'value type' to 'inline type'

Tobias Hartmann thartmann at openjdk.java.net
Tue Jul 28 09:09:48 UTC 2020


Renamed all inline type specific occurrences of "value" to "inline" in JIT code and tests.

I did not rename:
- Variable names "vt" (for value type) and "vk" (for value klass) because alternative naming "it" and "ik" is already
  used for iterators and instance klasses.
- "MyValue" inline class names in the tests because these are user defined "values".

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

Commit messages:
 - Fixed trailing whitespace
 - 8250664: [lworld] Rename 'value type' to 'inline type'

Changes: https://git.openjdk.java.net/valhalla/pull/121/files
 Webrev: https://webrevs.openjdk.java.net/valhalla/121/webrev.00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8250664
  Stats: 40240 lines in 242 files changed: 19347 ins; 19356 del; 1537 mod
  Patch: https://git.openjdk.java.net/valhalla/pull/121.diff
  Fetch: git fetch https://git.openjdk.java.net/valhalla pull/121/head:pull/121

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


More information about the valhalla-dev mailing list