src/hotspot/share/gc/shared/workgroup.hpp
changeset 49392 2956d0ece7a9
parent 49030 1817d118ff66
child 51332 c25572739e7c
--- a/src/hotspot/share/gc/shared/workgroup.hpp	Wed Mar 14 07:07:18 2018 -0400
+++ b/src/hotspot/share/gc/shared/workgroup.hpp	Wed Mar 14 07:27:19 2018 -0400
@@ -54,7 +54,7 @@
 
 // An abstract task to be worked on by a gang.
 // You subclass this to supply your own work() method
-class AbstractGangTask VALUE_OBJ_CLASS_SPEC {
+class AbstractGangTask {
   const char* _name;
   const uint _gc_id;