diff -r 6a17dd9e92ac -r 8e87d545195f hotspot/src/share/vm/runtime/vm_operations.hpp --- 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 { public: