hotspot/src/cpu/sparc/vm/globals_sparc.hpp
changeset 29697 92501504191b
parent 22872 b6902ee5bc8d
child 30305 b92a97e1e9cb
--- a/hotspot/src/cpu/sparc/vm/globals_sparc.hpp	Mon Mar 02 11:08:09 2015 +0100
+++ b/hotspot/src/cpu/sparc/vm/globals_sparc.hpp	Tue Mar 03 18:01:27 2015 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -75,7 +75,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);