[lworld] Integrated: 8263568: [lworld] Fix residual reference to 'value'

Yi Yang yyang at openjdk.java.net
Wed Mar 24 07:05:00 UTC 2021


On Mon, 15 Mar 2021 02:29:48 GMT, Yi Yang <yyang at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: 94c281e2
Author:    Yi Yang <yyang at openjdk.org>
Committer: Srikanth Adayapalam <sadayapalam at openjdk.org>
URL:       https://git.openjdk.java.net/valhalla/commit/94c281e2
Stats:     3 lines in 2 files changed: 1 ins; 0 del; 2 mod

8263568: [lworld] Fix residual reference to 'value'

Reviewed-by: rriggs, sadayapalam

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

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


More information about the valhalla-dev mailing list