Skip to content

Commit 91101f0

Browse files
SendaoYanshipilev
SendaoYan
authored andcommittedJun 3, 2024
8333353: Delete extra empty line in CodeBlob.java
Reviewed-by: cjplummer, lmesnik
1 parent e0ac824 commit 91101f0

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

-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ public String getName() {
125125
}
126126

127127
/** OopMap for frame; can return null if none available */
128-
129128
public ImmutableOopMapSet getOopMaps() {
130129
Address value = oopMapsField.getValue(addr);
131130
if (value == null) {

0 commit comments

Comments
 (0)
Please sign in to comment.