On Tue, 13 Dec 2022 20:42:04 GMT, Daniel D. Daugherty <[email protected]>
wrote:
>> Coleen Phillimore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Add a space
>
> src/hotspot/share/prims/jvmtiRedefineClasses.cpp line 4376:
>
>> 4374: if (scratch_class->has_localvariable_table() !=
>> 4375: the_class->has_localvariable_table()) {
>> 4376:
>> the_class->set_has_localvariable_table(scratch_class->has_localvariable_table());
>
> nit: need one more space for indent.
Got it, thanks!
-------------
PR: https://git.openjdk.org/jdk/pull/11655