RFR: 8298475: Remove JVM_ACC_PROMOTED_FLAGS [v2]
Coleen Phillimore
coleenp at openjdk.org
Tue Dec 13 22:00:05 UTC 2022
On Tue, 13 Dec 2022 20:42:04 GMT, Daniel D. Daugherty <dcubed at openjdk.org> 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
More information about the serviceability-dev
mailing list