hotspot/src/share/vm/utilities/workgroup.hpp
changeset 14841 d069f5506f71
parent 14583 d70ee55535f4
child 17026 72b2233861f1
--- a/hotspot/src/share/vm/utilities/workgroup.hpp	Mon Dec 17 08:49:20 2012 +0100
+++ b/hotspot/src/share/vm/utilities/workgroup.hpp	Mon Dec 17 15:25:26 2012 +0100
@@ -90,7 +90,7 @@
     NOT_PRODUCT(_name = name);
     _counter = 0;
   }
-  virtual ~AbstractGangTask() { }
+  ~AbstractGangTask() { }
 
 public:
 };