[lworld] RFR: 8263568: [lworld] Fix residual reference to 'value' [v2]
Yi Yang
yyang at openjdk.java.net
Tue Mar 23 11:21:12 UTC 2021
> javap tool is still outputting primitive type class modifiers as `value` class, it looks like we should tweak this.
>
> (Actually, I'm wondering what's the meaning of 'native' for fields that annotated with ACC_PRIMITIVE in flagToModifier? Should we remove it and change the `case 0x100` to `case ACC_PRIMITIVE` so that IDE will help us find all references if we want to do some code refactor in the future?)
>
>
> Thanks,
> Yang
Yi Yang has updated the pull request incrementally with one additional commit since the last revision:
fix test; add more comment
-------------
Changes:
- all: https://git.openjdk.java.net/valhalla/pull/368/files
- new: https://git.openjdk.java.net/valhalla/pull/368/files/5640dc86..a20c7458
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=valhalla&pr=368&range=01
- incr: https://webrevs.openjdk.java.net/?repo=valhalla&pr=368&range=00-01
Stats: 2 lines in 2 files changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/valhalla/pull/368.diff
Fetch: git fetch https://git.openjdk.java.net/valhalla pull/368/head:pull/368
PR: https://git.openjdk.java.net/valhalla/pull/368
More information about the valhalla-dev
mailing list