< prev index next >

src/share/vm/code/relocInfo.hpp

Print this page

        

@@ -832,11 +832,11 @@
 };
 
 
 // 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();
 }
 
 
< prev index next >