comparison src/share/vm/utilities/yieldingWorkgroup.cpp @ 8085:cf9a2071eeac

8006878: Some non-existent GC source files are in the minimalVM exclude list. Summary: cmsPermGen.cpp, psPermGen.cpp have been removed. yieldWorkingGroup.cpp typo is fixed. immutableSpace.cpp was in the list twice. Reviewed-by: dholmes, jmasa
author jprovino
date Thu, 14 Feb 2013 11:07:24 -0500
parents db9981fd3124
children de6a9e811145
comparison
equal deleted inserted replaced
8084:84a926fe53d0 8085:cf9a2071eeac
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "utilities/macros.hpp" 26 #include "utilities/macros.hpp"
27 #if INCLUDE_ALL_GCS
28 #include "utilities/yieldingWorkgroup.hpp" 27 #include "utilities/yieldingWorkgroup.hpp"
29 #endif // INCLUDE_ALL_GCS
30 28
31 // Forward declaration of classes declared here. 29 // Forward declaration of classes declared here.
32 30
33 class GangWorker; 31 class GangWorker;
34 class WorkData; 32 class WorkData;