We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb97ff2 commit 4810c50Copy full SHA for 4810c50
src/hotspot/share/classfile/classFileParser.cpp
@@ -3295,8 +3295,8 @@ void ClassFileParser::parse_classfile_bootstrap_methods_attribute(const ClassFil
3295
Array<u2>* const entries = // u2 data holding all the BSM attribute entries
3296
MetadataFactory::new_array<u2>(_loader_data, attribute_tail_length / sizeof(u2), CHECK);
3297
3298
- // Eagerly assign arrays so they will be deallocated with the constant
3299
- // pool if there is an error.
+ // Eagerly assign arrays so they will be deallocated with
+ // the constant pool if there is an error.
3300
cp->set_bsm_attribute_offsets(offsets);
3301
cp->set_bsm_attribute_entries(entries);
3302
0 commit comments