kvn [Mon, 01 Jul 2013 12:22:34 -0700] rev 18503
8006629: NEED_TEST: need test for JDK-8001071
Summary: added regression test
Reviewed-by: kvn, coleenp
Contributed-by: Filipp Zhinkin <filipp.zhinkin@oracle.com>
bdelsart [Thu, 04 Jul 2013 01:03:26 -0700] rev 18502
Merge
clucasius [Wed, 03 Jul 2013 22:36:42 -0400] rev 18501
Merge
jiangli [Mon, 01 Jul 2013 19:44:37 -0400] rev 18500
8006023: Embedded Builds fail management test because of requirement for UsePerfData being enabled.
Summary: Added -XX:+UsePerfData to Test7196045.java.
Reviewed-by: dholmes, collins
tamao [Wed, 03 Jul 2013 15:04:53 -0700] rev 18499
Merge
tamao [Wed, 03 Jul 2013 14:50:10 -0700] rev 18498
Merge
tamao [Fri, 28 Jun 2013 20:18:04 -0700] rev 18497
8017611: Auto corrector for mistyped vm options
Summary: The auto corrector for mistyped vm options fuzzy-matches existing flags based on string similarity (Dice's coefficient).
Reviewed-by: kvn, dsamersoff, hseigel, johnc
johnc [Mon, 01 Jul 2013 09:30:23 -0700] rev 18496
8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed
Summary: The assert is invalid when a card is being refined by two different threads and its count crosses the hot threshold - the refinement count will be updated once by each thread triggering the assert. Remove the assert and update the count using a bounded expression.
Reviewed-by: jmasa, tamao, brutisso