8333353: Delete extra empty line in CodeBlob.java
Reviewed-by: cjplummer, lmesnik
This commit is contained in:
parent
e0ac8249f5
commit
91101f0d4f
@ -125,7 +125,6 @@ public class CodeBlob extends VMObject {
|
||||
}
|
||||
|
||||
/** OopMap for frame; can return null if none available */
|
||||
|
||||
public ImmutableOopMapSet getOopMaps() {
|
||||
Address value = oopMapsField.getValue(addr);
|
||||
if (value == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user