langtools/make/test/TEST.ROOT
author johnc
Mon, 28 Mar 2011 10:58:54 -0700
changeset 8926 717a49db1743
parent 10 06bc494ca11e
permissions -rw-r--r--
7026932: G1: No need to abort VM when card count cache expansion fails Summary: Manage allocation/freeing of the card cache counts and epochs arrays directly so that an allocation failure while attempting to expand these arrays does not abort the JVM. Failure to expand these arrays is not fatal. Reviewed-by: iveresov, tonyp