RFR: 8190837: BasicType and BasicTypeSize should refer to HotSpot values
Yasumasa Suenaga
yasuenag at gmail.com
Tue Nov 28 07:49:15 UTC 2017
Hi all,
Enum values in BasicType and BasicTypeSize are declared as const
values. However, it makes error prone when existing enum values
change.
They should refer to HotSpot values via VMStructs.
This issue has been pointed by Jini [1].
I uploaded webrev for this issue. Could you review it?
http://cr.openjdk.java.net/~ysuenaga/JDK-8190837/webrev.00/
I cannot access JPRT. So I need a sponsor.
Thanks,
Yasumasa
[1] http://mail.openjdk.java.net/pipermail/serviceability-dev/2017-October/021965.html
More information about the serviceability-dev
mailing list