hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 23848 2a4fff3b50c1
parent 23517 27c4307d6cda
child 25051 8110ec6e7340
--- 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<mtInternal> {
  public: