RFR: 8341094: Clean up relax_verify in ClassFileParser [v2]

Coleen Phillimore coleenp at openjdk.org
Fri Nov 8 12:19:00 UTC 2024


On Fri, 8 Nov 2024 11:30:13 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> src/hotspot/share/classfile/classFileStream.hpp line 55:
>> 
>>> 53: 
>>> 54:  public:
>>> 55:   constexpr static bool verify = true;
>> 
>> Where, and how, is this used?
>
> It's passed into the ClassFileStream constructor with default value true.

I removed this and fixed all the constructor calls.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21954#discussion_r1834306785


More information about the hotspot-runtime-dev mailing list