make/linux/platform_sparc

Thu, 14 Aug 2014 10:56:34 +0200

author
dsimms
date
Thu, 14 Aug 2014 10:56:34 +0200
changeset 7038
8ae0d26ab728
parent 545
a49a647afe9a
child 6876
710a3c8b516e
permissions
-rw-r--r--

8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
Summary: Increase the previous limit from 4k to 64k, added "-XX:MaxJNILocalCapacity=<capacity>" flag
Reviewed-by: hseigel, fparain

     1 os_family = linux
     3 arch = sparc
     5 arch_model = sparc
     7 os_arch = linux_sparc
     9 os_arch_model = linux_sparc
    11 lib_arch = sparc
    13 compiler = gcc
    15 sysdefs = -DLINUX -D_GNU_SOURCE -DSPARC

mercurial