--- old/hotspot/src/os/solaris/vm/globals_solaris.hpp 2009-08-01 04:08:50.648022999 +0100 +++ new/hotspot/src/os/solaris/vm/globals_solaris.hpp 2009-08-01 04:08:50.571003611 +0100 @@ -2,7 +2,7 @@ #pragma ident "@(#)globals_solaris.hpp 1.12 07/05/05 17:04:40 JVM" #endif /* - * Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. 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 @@ -47,6 +47,7 @@ // platforms, but they may have different default values on other platforms. // define_pd_global(bool, UseLargePages, true); +define_pd_global(bool, UseLargePagesIndividualAllocation, false); define_pd_global(bool, UseOSErrorReporting, false); define_pd_global(bool, UseThreadPriorities, false);