Skip to content

Commit

Permalink
8333353: Delete extra empty line in CodeBlob.java
Browse files Browse the repository at this point in the history
Backport-of: 91101f0d4fc8e06d0d74e06361db6ac87efeeb8e
  • Loading branch information
SendaoYan authored and jerboaa committed Jul 4, 2024
1 parent c8fe1a1 commit 7027274
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public String getName() {
}

/** OopMap for frame; can return null if none available */

public ImmutableOopMapSet getOopMaps() {
Address value = oopMapsField.getValue(addr);
if (value == null) {
Expand Down

1 comment on commit 7027274

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.