hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 15926 8e87d545195f
parent 13728 882756847a04
child 16680 960505df90e7
--- a/hotspot/src/share/vm/runtime/vm_operations.hpp	Tue Mar 05 08:50:59 2013 +0100
+++ b/hotspot/src/share/vm/runtime/vm_operations.hpp	Tue Mar 05 13:55:56 2013 -0800
@@ -94,6 +94,7 @@
   template(ReportJavaOutOfMemory)                 \
   template(JFRCheckpoint)                         \
   template(Exit)                                  \
+  template(LinuxDllLoad)                          \
 
 class VM_Operation: public CHeapObj<mtInternal> {
  public: