jmasa [Thu, 17 Oct 2013 06:29:58 -0700] rev 20734
8025635: SoftReferences are not cleared before metaspace OOME are thrown
Reviewed-by: jcoomes, tamao, tschatzl, stefank
stefank [Thu, 17 Oct 2013 08:42:41 +0200] rev 20733
8026715: Remove the MetaDataDeallocateALot develop flag
Reviewed-by: coleenp, mgerdin
stefank [Thu, 17 Oct 2013 08:41:35 +0200] rev 20732
8026707: JDK-8026391 broke the optimized build target
Reviewed-by: mgerdin, coleenp
tschatzl [Wed, 16 Oct 2013 11:46:06 +0200] rev 20731
8025925: jmap fails with "field _length not found in type HeapRegionSeq"
Summary: The change JDK-7163191 changed the data layout of a class that is referenced by the java code of the SA agent. This fix synchronizes the SA agent with that change.
Reviewed-by: sla, mgerdin