.jcheck/conf
author iveresov
Tue, 01 Mar 2011 14:56:48 -0800
changeset 8498 6398004126b9
parent 14 a7872c30e803
child 9925 0306baf14388
permissions -rw-r--r--
6627983: G1: Bad oop deference during marking Summary: Bulk zeroing reduction didn't work with G1, because arraycopy would call pre-barriers on uninitialized oops. The solution is to have version of arraycopy stubs that don't have pre-barriers. Also refactored arraycopy stubs generation on SPARC to be more readable and reduced the number of stubs necessary in some cases. Reviewed-by: jrose, kvn, never
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
a7872c30e803 6669216: Add jcheck configuration directories
mr
parents:
diff changeset
     1
project=jdk7