hotspot/src/cpu/ppc/vm/globals_ppc.hpp
changeset 29697 92501504191b
parent 22861 f5c393d456fc
child 30303 c703c89fddbf
child 30305 b92a97e1e9cb
--- a/hotspot/src/cpu/ppc/vm/globals_ppc.hpp	Mon Mar 02 11:08:09 2015 +0100
+++ b/hotspot/src/cpu/ppc/vm/globals_ppc.hpp	Tue Mar 03 18:01:27 2015 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
  * Copyright 2012, 2013 SAP AG. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -56,7 +56,7 @@
 define_pd_global(bool, UseMembar,             false);
 
 // GC Ergo Flags
-define_pd_global(uintx, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
+define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
 
 define_pd_global(uintx, TypeProfileLevel, 0);