Sat, 19 Jul 2014 00:34:20 +0400 8032449: Get rid of JMX in test/compiler
iignatyev [Sat, 19 Jul 2014 00:34:20 +0400] rev 25736
8032449: Get rid of JMX in test/compiler Reviewed-by: kvn
Sat, 19 Jul 2014 00:33:37 +0400 8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage
aaivanov [Sat, 19 Jul 2014 00:33:37 +0400] rev 25735
8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage Reviewed-by: kvn
Sat, 19 Jul 2014 00:32:23 +0400 6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out
fzhinkin [Sat, 19 Jul 2014 00:32:23 +0400] rev 25734
6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out Reviewed-by: kvn, iignatyev
Sat, 19 Jul 2014 00:30:54 +0400 8050144: Remove '-client' from compiler/8004051/Test8004051.java's options
fzhinkin [Sat, 19 Jul 2014 00:30:54 +0400] rev 25733
8050144: Remove '-client' from compiler/8004051/Test8004051.java's options Reviewed-by: kvn
Sat, 19 Jul 2014 00:29:20 +0400 8048882: Some regression tests are not robust with VM output
ppunegov [Sat, 19 Jul 2014 00:29:20 +0400] rev 25732
8048882: Some regression tests are not robust with VM output Reviewed-by: kvn, iignatyev
Wed, 23 Jul 2014 14:06:28 -0700 Merge
jmasa [Wed, 23 Jul 2014 14:06:28 -0700] rev 25731
Merge
Mon, 21 Jul 2014 10:00:31 +0200 8048112: G1 Full GC needs to support the case when the very first region is not available
tschatzl [Mon, 21 Jul 2014 10:00:31 +0200] rev 25730
8048112: G1 Full GC needs to support the case when the very first region is not available Summary: Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett. Reviewed-by: brutisso
Mon, 21 Jul 2014 09:59:54 +0200 8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
tschatzl [Mon, 21 Jul 2014 09:59:54 +0200] rev 25729
8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account Summary: Also consider os::vm_allocation_granularity in the calculation. Reviewed-by: brutisso
Mon, 21 Jul 2014 09:59:46 +0200 8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
tschatzl [Mon, 21 Jul 2014 09:59:46 +0200] rev 25728
8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap Summary: Skip clearing the next bitmap if we just recently aborted since the full GC already clears this bitmap. Reviewed-by: brutisso
Mon, 21 Jul 2014 09:59:37 +0200 8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
tschatzl [Mon, 21 Jul 2014 09:59:37 +0200] rev 25727
8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking Summary: Replaced use of during_initial_mark_pause() with the variable last_pause_included_initial_mark that holds the real old value of _during_initial_mark_pause. Reviewed-by: brutisso, ehelin
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip