RFR: 8336275: Move common Method and Constructor fields to Executable [v2]

David Holmes dholmes at openjdk.org
Wed Jul 17 05:18:51 UTC 2024


On Wed, 17 Jul 2024 02:57:51 GMT, Chen Liang <liach at openjdk.org> wrote:

>> What would be the terminology for a final field that's set by hotspot, against the regular java constrcutor rules?
>
> I have chosen the wording "all final fields are used by the VM"

I don't know of any specific terminology - we typically just add a comment saying the field is set and/or read by the VM.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20188#discussion_r1680417581


More information about the core-libs-dev mailing list