johnc [Mon, 18 Mar 2013 11:05:27 -0700] rev 16388
8009536: G1: Apache Lucene hang during reference processing
Summary: In CMTask::do_marking_step(), Skip offering termination and entering the first and second synchronization barriers if called from a serial context, i.e. the VM thread.
Reviewed-by: brutisso, tschatzl
stefank [Mon, 18 Mar 2013 09:34:58 +0100] rev 16387
Merge
tschatzl [Thu, 14 Mar 2013 09:37:38 +0100] rev 16386
6733980: par compact - TraceGen1Time always shows 0.0000 seconds
Summary: Use the correct collector to retrieve accumulated gen1 trace time
Reviewed-by: johnc, jmasa
mgerdin [Thu, 14 Mar 2013 10:54:44 +0100] rev 16385
8005602: NPG: classunloading does not happen while CMS GC with -XX:+CMSClassUnloadingEnabled is used
Summary: Call purge() on CLDG after sweep(), reorder purge() call in GenCollectedHeap
Reviewed-by: jmasa, stefank
morris [Thu, 21 Mar 2013 21:48:56 -0700] rev 16384
Merge
morris [Thu, 21 Mar 2013 10:13:56 -0700] rev 16383
8009593: [parfait] Null pointer deference in hotspot/src/share/vm/oops/constantPool.cpp
Summary: added guarantee() to print_entry_on()
Reviewed-by: kvn
morris [Thu, 21 Mar 2013 10:11:24 -0700] rev 16382
8009584: [parfait] Null pointer deference in hotspot/src/cpu/x86/vm/relocInfo_x86.cpp
Summary: added guarantee() to pd_address_in_code()
Reviewed-by: kvn
twisti [Wed, 20 Mar 2013 17:04:45 -0700] rev 16381
8006965: remove test_gamma and add dedicated test_* targets instead
Reviewed-by: kvn, jcoomes