Skip to content

Commit

Permalink
added impl comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asotona committed Apr 30, 2024
1 parent a195a48 commit b7b35c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ public byte[] codeArray() {
* @param name the name of the attribute to find
*/
public static AttributeMapper<?> standardAttribute(Utf8Entry name) {
// critical bootstrap path, so no lambdas nor method handles here
return switch (name.hashCode()) {
case 0x78147009 ->
name.equalsString(NAME_ANNOTATION_DEFAULT) ? annotationDefault() : null;
Expand Down

0 comments on commit b7b35c5

Please sign in to comment.