RFR: 8264142: Remove TRAPS/THREAD parameters for verifier related functions [v3]

David Holmes dholmes at openjdk.java.net
Fri Mar 26 05:25:28 UTC 2021


On Fri, 26 Mar 2021 05:19:23 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review comment changes
>
> Hi Harold,
> 
> Some good cleanup here, but I have a couple of things that need adjusting - see comments inline.
> 
> Thanks,
> David

I forgot to comment that I'm also surprised that annotations never cause any errors, but if invalid in any way are just ignored. I would have thought that any structural deviations from what is required by JVMS would have resulted in a verification error.

David

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

PR: https://git.openjdk.java.net/jdk/pull/3194


More information about the hotspot-runtime-dev mailing list