CodeCacheExpansionSize too small for Zero on ppc32/ppc64

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Tue Nov 28 14:37:02 UTC 2017


On 11/28/2017 03:31 PM, Tobias Hartmann wrote:
> I think we should just fix it for CodeCacheExpansionSize
> 
> -          range(os::vm_page_size(), max_uintx)                              \
> +          range(32*K, max_uintx)                                            \
> 
> The default values for the other flags are much larger than vm_page_size() and definitely should be.

Alternatively, wouldn't it make more sense to set CodeCacheExpansionSize
in globals.hpp to os::vm_page_size()? I mean, then your change would
still be in and we still would fix the problem.

> I can take care of fixing this - since I also broke it :)

Ok, let me test the change first real quick just to be safe.

> Thanks for reporting!

Thanks for being so quick fixing it!

Adrian

-- 
  .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz at debian.org
`. `'   Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
   `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


More information about the hotspot-dev mailing list