--- old/src/share/vm/code/relocInfo.hpp 2016-08-23 21:43:55.385895794 +0900 +++ new/src/share/vm/code/relocInfo.hpp 2016-08-23 21:43:55.222896203 +0900 @@ -834,7 +834,7 @@ // certain inlines must be deferred until class Relocation is defined: -inline RelocationHolder::RelocationHolder() { +inline RelocationHolder::RelocationHolder() : _relocbuf() { // initialize the vtbl, just to keep things type-safe new(*this) Relocation(); }