hotspot/src/share/vm/gc/shared/taskqueue.hpp
changeset 46764 39432ed123bb
parent 39407 2e75eb109278
equal deleted inserted replaced
46763:1b0ff6953b5a 46764:39432ed123bb
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   552 
   552 
   553 #ifdef _MSC_VER
   553 #ifdef _MSC_VER
   554 #pragma warning(pop)
   554 #pragma warning(pop)
   555 #endif
   555 #endif
   556 
   556 
   557 typedef OverflowTaskQueue<StarTask, mtClass>           OopStarTaskQueue;
   557 typedef OverflowTaskQueue<StarTask, mtGC>           OopStarTaskQueue;
   558 typedef GenericTaskQueueSet<OopStarTaskQueue, mtClass> OopStarTaskQueueSet;
   558 typedef GenericTaskQueueSet<OopStarTaskQueue, mtGC> OopStarTaskQueueSet;
   559 
   559 
   560 typedef OverflowTaskQueue<size_t, mtInternal>             RegionTaskQueue;
   560 typedef OverflowTaskQueue<size_t, mtGC>             RegionTaskQueue;
   561 typedef GenericTaskQueueSet<RegionTaskQueue, mtClass>     RegionTaskQueueSet;
   561 typedef GenericTaskQueueSet<RegionTaskQueue, mtGC>  RegionTaskQueueSet;
   562 
       
   563 
   562 
   564 #endif // SHARE_VM_GC_SHARED_TASKQUEUE_HPP
   563 #endif // SHARE_VM_GC_SHARED_TASKQUEUE_HPP