8013938: Native OOME on fastdebug VM on Solaris

Reviewed-by: azeemj, brutisso, kvn, tschatzl
This commit is contained in:
Jon Masamitsu 2013-09-04 11:41:17 -07:00
parent 6d7626dba4
commit 451ff188a0
3 changed files with 1 additions and 16 deletions

View file

@ -44,6 +44,6 @@ define_pd_global(uintx,JVMInvokeMethodSlack, 10*K);
define_pd_global(intx, CompilerThreadStackSize, 0);
// Used on 64 bit platforms for UseCompressedOops base address
define_pd_global(uintx,HeapBaseMinAddress, 256*M);
define_pd_global(uintx,HeapBaseMinAddress, 2*G);
#endif // OS_CPU_SOLARIS_X86_VM_GLOBALS_SOLARIS_X86_HPP