make/bsd/platform_sparcv9

Wed, 13 Mar 2013 15:15:56 -0400

author
coleenp
date
Wed, 13 Mar 2013 15:15:56 -0400
changeset 4718
0ede345ec7c9
parent 0
f90c822e73f8
permissions
-rw-r--r--

8009829: CDS: JDK JPRT test fails crash in Symbol::equals()
Summary: -Xshare:dump was creating a Symbol in C_heap. There's an assert there that jdk jprt wasn't hitting because it was only done in product
Reviewed-by: dholmes, hseigel, iklam

     1 os_family = bsd
     3 arch = sparc
     5 arch_model = sparc
     7 os_arch = bsd_sparc
     9 os_arch_model = bsd_sparc
    11 lib_arch = sparcv9
    13 compiler = gcc
    15 sysdefs = -D_ALLBSD_SOURCE -D_GNU_SOURCE -DSPARC

mercurial