src/cpu/x86/vm/globals_x86.hpp

changeset 5274
cd54c7e92908
parent 5119
12f651e29f6b
child 5353
b800986664f4
     1.1 --- a/src/cpu/x86/vm/globals_x86.hpp	Tue Jun 18 09:34:16 2013 -0400
     1.2 +++ b/src/cpu/x86/vm/globals_x86.hpp	Tue Jun 18 09:08:35 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -55,7 +55,7 @@
    1.11  define_pd_global(intx, InlineFrequencyCount,     100);
    1.12  define_pd_global(intx, InlineSmallCode,          1000);
    1.13  
    1.14 -define_pd_global(intx, StackYellowPages, 2);
    1.15 +define_pd_global(intx, StackYellowPages, NOT_WINDOWS(2) WINDOWS_ONLY(3));
    1.16  define_pd_global(intx, StackRedPages, 1);
    1.17  #ifdef AMD64
    1.18  // Very large C++ stack frames using solaris-amd64 optimized builds

mercurial