annotate make/linux/platform_sparcv9 @ 3316:cd8e33b2a8ad

7034139: G1: assert(Thread::current()->is_ConcurrentGC_thread()) failed: only a conc GC thread can call this. Summary: We were calling STS join and leave during a STW pause and we are not suppoesed to. I now only call those during concurrent phase. I also added stress code in the non-product builds to force an overflows (the condition that ws uncovering the bug) to make sure it does not happen again. Reviewed-by: johnc, brutisso
author tonyp
date Fri, 29 Apr 2011 12:40:49 -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