.hgignore

Fri, 16 Oct 2009 02:05:46 -0700

author
ysr
date
Fri, 16 Oct 2009 02:05:46 -0700
changeset 1462
39b01ab7035a
parent 1155
67a2f5ba5582
child 1490
e703499b4b51
permissions
-rw-r--r--

6888898: CMS: ReduceInitialCardMarks unsafe in the presence of cms precleaning
6889757: G1: enable card mark elision for initializing writes from compiled code (ReduceInitialCardMarks)
Summary: Defer the (compiler-elided) card-mark upon a slow-path allocation until after the store and before the next subsequent safepoint; G1 now answers yes to can_elide_tlab_write_barriers().
Reviewed-by: jcoomes, kvn, never

     1 ^build/
     2 ^dist/
     3 ^nbproject/private/
     4 ^src/share/tools/hsdis/build/
     5 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
     6 ^src/share/tools/IdealGraphVisualizer/build/
     7 ^src/share/tools/IdealGraphVisualizer/dist/

mercurial