diff -r 58fab66a8297 -r b127b0d6de7f src/share/vm/runtime/vm_operations.hpp --- a/src/share/vm/runtime/vm_operations.hpp Wed Apr 09 03:48:28 2014 -0700 +++ b/src/share/vm/runtime/vm_operations.hpp Wed Apr 09 22:37:37 2014 +0400 @@ -95,6 +95,7 @@ template(Exit) \ template(LinuxDllLoad) \ template(RotateGCLog) \ + template(WhiteBoxOperation) \ class VM_Operation: public CHeapObj { public: