diff src/share/vm/runtime/vm_operations.hpp @ 17891:b6a2ba7d3ea7 hs25.20-b11

Merge
author amurillo
date Thu, 17 Apr 2014 16:09:07 -0700
parents b127b0d6de7f
children 52b4284cb496 227a9e5e4b4a
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_operations.hpp	Wed Apr 16 12:32:23 2014 -0700
+++ b/src/share/vm/runtime/vm_operations.hpp	Thu Apr 17 16:09:07 2014 -0700
@@ -95,6 +95,7 @@
   template(Exit)                                  \
   template(LinuxDllLoad)                          \
   template(RotateGCLog)                           \
+  template(WhiteBoxOperation)                     \
 
 class VM_Operation: public CHeapObj<mtInternal> {
  public: