hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 18088 882c7e947688
parent 17392 2f967c0e4246
child 18507 61bfc8995bb3
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue Jun 18 09:34:16 2013 -0400
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue Jun 18 09:08:35 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2013, 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
@@ -55,7 +55,7 @@
 define_pd_global(intx, InlineFrequencyCount,     100);
 define_pd_global(intx, InlineSmallCode,          1000);
 
-define_pd_global(intx, StackYellowPages, 2);
+define_pd_global(intx, StackYellowPages, NOT_WINDOWS(2) WINDOWS_ONLY(3));
 define_pd_global(intx, StackRedPages, 1);
 #ifdef AMD64
 // Very large C++ stack frames using solaris-amd64 optimized builds