roland [Tue, 14 Jan 2014 12:44:12 +0100] rev 22503
8030662: "assert(counter_changed) failed: failed dependencies, but counter didn't change" still fails
Summary: Erroneously removed call to SystemDictionary::notice_modification() from jvmti with fix for 8029383
Reviewed-by: iveresov, twisti, kvn
roland [Tue, 14 Jan 2014 09:44:45 +0100] rev 22502
8028764: dtrace/hotspot_jni/ALL/ALL001 crashes the vm on Solaris-amd64, SIGSEGV in MarkSweep::follow_stack()+0x8a
Summary: C1 generates code to encode compressed oop into tmp register before runtime call for patching where GC may happen
Reviewed-by: iveresov, twisti, kvn
Contributed-by: mgerdin <mikael.gerdin@oracle.com>
roland [Mon, 13 Jan 2014 16:16:25 -0800] rev 22501
8029464: assert(ft == ttkp->cast_to_ptr_type(jtkp->ptr()) || ft->isa_narrowoop()
Summary: Fix the assert check for narrow klass pointer.
Reviewed-by: twisti, kvn
ehelin [Fri, 17 Jan 2014 09:40:04 +0100] rev 22500
Merge
ehelin [Thu, 16 Jan 2014 17:22:35 +0100] rev 22499
8031779: Assert in MetaspaceGC is always true
Reviewed-by: jmasa, jwilhelm
ehelin [Tue, 14 Jan 2014 14:26:43 +0100] rev 22498
Merge
pliden [Fri, 10 Jan 2014 09:54:25 +0100] rev 22497
8029162: G1: Shared SATB queue never enabled
Reviewed-by: brutisso, mgerdin, tschatzl