duke [Wed, 05 Jul 2017 19:15:37 +0200] rev 20411
Merge
amurillo [Fri, 11 Oct 2013 13:00:40 -0700] rev 20410
Added tag hs25-b54 for changeset aa8bcabd9d44
amurillo [Fri, 11 Oct 2013 13:00:40 -0700] rev 20409
Merge
jcoomes [Fri, 11 Oct 2013 08:27:21 -0700] rev 20408
Merge
stefank [Mon, 07 Oct 2013 15:51:17 +0200] rev 20407
8025996: Track metaspace usage when metaspace is expanded
Reviewed-by: coleenp, ehelin
stefank [Mon, 07 Oct 2013 15:51:08 +0200] rev 20406
8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
Reviewed-by: brutisso, jmasa, coleenp
tschatzl [Wed, 09 Oct 2013 10:57:01 +0200] rev 20405
8003420: NPG: make new GC root for pd_set
Summary: Move protection domain oops from system dictionary entries into a seperate set; the system dictionary references entries in that set now. This allows fast iteration during non-classunloading garbage collection. Implementation based on initial prototype from Ioi Lam (iklam).
Reviewed-by: coleenp, iklam