diff -r d7819bedfaaf -r e9db10a375d9 src/hotspot/share/code/nmethod.cpp --- a/src/hotspot/share/code/nmethod.cpp Tue May 14 12:00:49 2019 +0200 +++ b/src/hotspot/share/code/nmethod.cpp Tue May 14 12:07:24 2019 +0200 @@ -1555,7 +1555,7 @@ // Visit all immediate references that are embedded in the instruction stream. RelocIterator iter(this, oops_reloc_begin()); while (iter.next()) { - if (iter.type() == relocInfo::metadata_type ) { + if (iter.type() == relocInfo::metadata_type) { metadata_Relocation* r = iter.metadata_reloc(); // In this metadata, we must only follow those metadatas directly embedded in // the code. Other metadatas (oop_index>0) are seen as part of