jmasa [Thu, 18 Jun 2009 12:40:53 -0700] rev 2999
Merge
jcoomes [Thu, 11 Jun 2009 13:31:01 -0700] rev 2998
6849716: BitMap - performance regression introduced with G1
Summary: make verification code visible only in debug builds
Reviewed-by: iveresov, ysr, johnc, apetrusenko, tonyp
jcoomes [Sun, 07 Jun 2009 22:08:24 -0700] rev 2997
6814552: par compact - some compilers fail to optimize bitmap code
Reviewed-by: tonyp, iveresov, jmasa, ysr
johnc [Thu, 11 Jun 2009 17:19:33 -0700] rev 2996
6843694: G1: assert(index < _vs.committed_size(),"bad index"), g1BlockOffsetTable.inline.hpp:55
Summary: For heaps larger than 32Gb, the number of heap regions overflows the data type used to hold the region index in the SparsePRT structure. Changed the region indexes, card indexes, and RSet hash table buckets to ints and added some size overflow guarantees.
Reviewed-by: ysr, tonyp
ysr [Thu, 11 Jun 2009 12:40:00 -0700] rev 2995
6820167: GCALotAtAllSafepoints + FullGCALot(ScavengeALot) options crash JVM
Summary: Short-circuit gc-a-lot attempts by non-JavaThreads; SkipGCALot c'tor to elide re-entrant gc-a-lot attempts.
Reviewed-by: apetrusenko, jcoomes, jmasa, kamg
xdono [Thu, 25 Jun 2009 12:09:48 -0700] rev 2994
Added tag jdk7-b62 for changeset c9577b36ceac
xdono [Thu, 25 Jun 2009 12:09:43 -0700] rev 2993
Added tag jdk7-b62 for changeset 5d65d3a7be83
duke [Wed, 05 Jul 2017 16:55:03 +0200] rev 2992
Added tag jdk7-b62 for changeset 6107cbff3130
duke [Wed, 05 Jul 2017 16:55:03 +0200] rev 2991
Merge
duke [Wed, 05 Jul 2017 16:55:00 +0200] rev 2990
Merge
tbell [Sun, 21 Jun 2009 23:55:50 -0700] rev 2989
Merge
tbell [Thu, 11 Jun 2009 21:35:12 -0700] rev 2988
Merge
jjg [Fri, 29 May 2009 16:26:41 -0700] rev 2987
6838199: remove support for old javap
Reviewed-by: ohair, mcimadamore
jjg [Thu, 28 May 2009 09:49:56 -0700] rev 2986
6802102: unignore @ignored tests where possible
Reviewed-by: mcimadamore
darcy [Wed, 27 May 2009 22:34:43 -0700] rev 2985
6843761: Update langtools tests to remove unncessary -source and -target options
Reviewed-by: jjg