diff -r 490ace57944d -r 2a4fff3b50c1 hotspot/src/share/vm/runtime/vm_operations.hpp --- a/hotspot/src/share/vm/runtime/vm_operations.hpp Wed Apr 09 09:17:43 2014 +0200 +++ b/hotspot/src/share/vm/runtime/vm_operations.hpp Wed Apr 09 22:37:37 2014 +0400 @@ -97,6 +97,7 @@ template(Exit) \ template(LinuxDllLoad) \ template(RotateGCLog) \ + template(WhiteBoxOperation) \ class VM_Operation: public CHeapObj { public: