Skip to content

Commit 7027274

Browse files
SendaoYanjerboaa
authored andcommitted
8333353: Delete extra empty line in CodeBlob.java
Backport-of: 91101f0d4fc8e06d0d74e06361db6ac87efeeb8e
1 parent c8fe1a1 commit 7027274

File tree

1 file changed

+0
-1
lines changed
  • src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code

1 file changed

+0
-1
lines changed

src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/CodeBlob.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public String getName() {
120120
}
121121

122122
/** OopMap for frame; can return null if none available */
123-
124123
public ImmutableOopMapSet getOopMaps() {
125124
Address value = oopMapsField.getValue(addr);
126125
if (value == null) {

0 commit comments

Comments
 (0)