annotate make/linux/platform_sparcv9 @ 3285:49a67202bc67

7011855: G1: non-product flag to artificially grow the heap Summary: It introduces non-product cmd line parameter G1DummyRegionsPerGC which indicates how many "dummy" regions to allocate at the end of each GC. This allows the G1 heap to grow artificially and makes concurrent marking cycles more frequent irrespective of what the application that is running is doing. The dummy regions will be found totally empty during cleanup so this parameter can also be used to stress the concurrent cleanup operation. Reviewed-by: brutisso, johnc
author tonyp
date Tue, 19 Apr 2011 15:46:59 -0400
parents 435e64505015
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
133
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
1 os_family = linux
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
2
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
3 arch = sparc
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
4
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
5 arch_model = sparc
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
6
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
7 os_arch = linux_sparc
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
8
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
9 os_arch_model = linux_sparc
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
10
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
11 lib_arch = sparcv9
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
12
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
13 compiler = gcc
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
14
435e64505015 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
15 sysdefs = -DLINUX -D_GNU_SOURCE -DSPARC