hotspot/.jcheck/conf
author johnc
Tue, 17 Jul 2012 11:52:10 -0700
changeset 13333 f51af0093d29
parent 9952 9c0da8ccd998
child 22037 7ef63208c60e
permissions -rw-r--r--
7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv() Summary: Duplicated code from G1RemSet::par_write_ref() inlined into G1UpdateRSOrPushRefOopClosure::do_oop_nv() was showing up in profiles with a fairly high amount of CPU time. Manually inline the main part of G1RemSet::par_write_ref() to eliminate the code duplication. Reviewed-by: azeemj, brutisso
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9952
9c0da8ccd998 7048009: Update .jcheck/conf files for JDK 8
mr
parents: 22
diff changeset
     1
project=jdk8